Skip to content

Commit c702121

Browse files
committed
rebase fix
1 parent 09e7ae1 commit c702121

File tree

1 file changed

+39
-38
lines changed
  • python/mrchem/input_parser

1 file changed

+39
-38
lines changed

python/mrchem/input_parser/api.py

+39-38
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22

3-
# This file was automatically generated by parselglossy on 2024-01-29
3+
# This file was automatically generated by parselglossy on 2024-02-08
44
# Editing is *STRONGLY DISCOURAGED*
55

66
from copy import deepcopy
@@ -586,6 +586,43 @@ def stencil() -> JSONDict:
586586
'name': 'kain',
587587
'type': 'int'}],
588588
'name': 'SCRF'},
589+
{ 'name': 'Solvent',
590+
'sections': [ { 'keywords': [ { 'default': 1.0,
591+
'name': 'epsilon_in',
592+
'type': 'float'},
593+
{ 'default': 'exponential',
594+
'name': 'formulation',
595+
'predicates': [ 'value.lower() '
596+
'in '
597+
"['exponential']"],
598+
'type': 'str'}],
599+
'name': 'Permittivity',
600+
'sections': [ { 'keywords': [ { 'default': False,
601+
'name': 'nonequilibrium',
602+
'type': 'bool'},
603+
{ 'default': 1.0,
604+
'name': 'static',
605+
'type': 'float'},
606+
{ 'default': "user['PCM']['Solvent']['Permittivity']['epsilon_out']['static']",
607+
'name': 'dynamic',
608+
'type': 'float'}],
609+
'name': 'epsilon_out'}]},
610+
{ 'keywords': [ { 'default': 1.0,
611+
'name': 'ion_strength',
612+
'type': 'float'},
613+
{ 'default': 0.0,
614+
'name': 'ion_radius',
615+
'type': 'float'},
616+
{ 'default': 0.2,
617+
'name': 'ion_width',
618+
'type': 'float'},
619+
{ 'default': 'variable',
620+
'name': 'formulation',
621+
'predicates': [ 'value.lower() '
622+
'in '
623+
"['variable']"],
624+
'type': 'str'}],
625+
'name': 'DebyeHuckelScreening'}]},
589626
{ 'keywords': [ { 'default': 'atoms',
590627
'name': 'mode',
591628
'predicates': [ 'value.lower() '
@@ -605,43 +642,7 @@ def stencil() -> JSONDict:
605642
{ 'default': 0.2,
606643
'name': 'sigma',
607644
'type': 'float'}],
608-
'name': 'Cavity'},
609-
{ 'keywords': [ { 'default': 1.0,
610-
'name': 'epsilon_in',
611-
'type': 'float'},
612-
{ 'default': 'exponential',
613-
'name': 'formulation',
614-
'predicates': [ 'value.lower() '
615-
'in '
616-
"['exponential']"],
617-
'type': 'str'}],
618-
'name': 'Permittivity',
619-
'sections': [ { 'keywords': [ { 'default': False,
620-
'name': 'nonequilibrium',
621-
'type': 'bool'},
622-
{ 'default': 1.0,
623-
'name': 'static',
624-
'type': 'float'},
625-
{ 'default': "user['PCM']['Permittivity']['epsilon_out']['static']",
626-
'name': 'dynamic',
627-
'type': 'float'}],
628-
'name': 'epsilon_out'}]},
629-
{ 'keywords': [ { 'default': 1.0,
630-
'name': 'ion_strength',
631-
'type': 'float'},
632-
{ 'default': 0.0,
633-
'name': 'ion_radius',
634-
'type': 'float'},
635-
{ 'default': 0.2,
636-
'name': 'ion_width',
637-
'type': 'float'},
638-
{ 'default': 'variable',
639-
'name': 'formulation',
640-
'predicates': [ 'value.lower() '
641-
'in '
642-
"['variable']"],
643-
'type': 'str'}],
644-
'name': 'D_H_screening'}]},
645+
'name': 'Cavity'}]},
645646
{ 'keywords': [ { 'default': False,
646647
'name': 'run',
647648
'type': 'bool'},

0 commit comments

Comments
 (0)