1
1
# -*- coding: utf-8 -*-
2
2
3
- # This file was automatically generated by parselglossy on 2024-01-29
3
+ # This file was automatically generated by parselglossy on 2024-02-08
4
4
# Editing is *STRONGLY DISCOURAGED*
5
5
6
6
from copy import deepcopy
@@ -586,6 +586,43 @@ def stencil() -> JSONDict:
586
586
'name' : 'kain' ,
587
587
'type' : 'int' }],
588
588
'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' }]},
589
626
{ 'keywords' : [ { 'default' : 'atoms' ,
590
627
'name' : 'mode' ,
591
628
'predicates' : [ 'value.lower() '
@@ -605,43 +642,7 @@ def stencil() -> JSONDict:
605
642
{ 'default' : 0.2 ,
606
643
'name' : 'sigma' ,
607
644
'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' }]},
645
646
{ 'keywords' : [ { 'default' : False ,
646
647
'name' : 'run' ,
647
648
'type' : 'bool' },
0 commit comments