You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: doc/users/user_ref.rst
+73-70
Original file line number
Diff line number
Diff line change
@@ -860,6 +860,79 @@ User input reference
860
860
861
861
**Default** ``user['SCF']['kain']``
862
862
863
+
:Solvent: Parameters for the Self-Consistent Reaction Field optimization.
864
+
865
+
:red:`Sections`
866
+
:Permittivity: Parameters for the permittivity function.
867
+
868
+
:red:`Keywords`
869
+
:epsilon_in: Permittivity inside the cavity. 1.0 is the permittivity of free space, anything other than this is undefined behaviour.
870
+
871
+
**Type** ``float``
872
+
873
+
**Default** ``1.0``
874
+
875
+
:formulation: Formulation of the Permittivity function. Currently only the exponential is available.
876
+
877
+
**Type** ``str``
878
+
879
+
**Default** ``exponential``
880
+
881
+
**Predicates**
882
+
- ``value.lower() in ['exponential']``
883
+
884
+
:red:`Sections`
885
+
:epsilon_out: Parameters for the continuum solvent outside the cavity.
886
+
887
+
:red:`Keywords`
888
+
:nonequilibrium: Whether to use the nonequilibrium formulation of response, *i.e.* use the dynamic permittivity for the calculation of the response reaction field. Defaults to false.
889
+
890
+
**Type** ``bool``
891
+
892
+
**Default** ``False``
893
+
894
+
:static: Static permittivity outside the cavity. This is characteristic of the solvent used.
895
+
896
+
**Type** ``float``
897
+
898
+
**Default** ``1.0``
899
+
900
+
:dynamic: Dynamic permittivity outside the cavity. This is characteristic of the solvent used and relevant only in response calculations. Defaults to the same value as `epsilon_static`.
:DebyeHuckelScreening: Parameters for the Debye-Huckel screening factor
907
+
908
+
:red:`Keywords`
909
+
:ion_strength: Ionic strength of the electrolyte in mol/L. This represents the concentration of the ions in the bulk solvent.
910
+
911
+
**Type** ``float``
912
+
913
+
**Default** ``1.0``
914
+
915
+
:ion_radius: Amount with which the vdw-radius of the atoms will be increased. The screening factor will have an area of effect that is often going to be larger than the vdw-cavity, but centered in the same atoms.
916
+
917
+
**Type** ``float``
918
+
919
+
**Default** ``0.0``
920
+
921
+
:ion_width: Width of the transition between the solute and the ion accessible part.
922
+
923
+
**Type** ``float``
924
+
925
+
**Default** ``0.2``
926
+
927
+
:formulation: formulation of the debye-huckel screening factor. Currently only the variable factor is implemented. ``variable``: implement the screening functions as k = (1-C_ion)k_out
928
+
929
+
**Type** ``str``
930
+
931
+
**Default** ``variable``
932
+
933
+
**Predicates**
934
+
- ``value.lower() in ['variable']``
935
+
863
936
:Cavity: Define the interlocking spheres cavity.
864
937
865
938
:red:`Keywords`
@@ -896,76 +969,6 @@ User input reference
896
969
897
970
**Default** ``0.2``
898
971
899
-
:Permittivity: Parameters for the permittivity function.
900
-
901
-
:red:`Keywords`
902
-
:epsilon_in: Permittivity inside the cavity. 1.0 is the permittivity of free space, anything other than this is undefined behaviour.
903
-
904
-
**Type** ``float``
905
-
906
-
**Default** ``1.0``
907
-
908
-
:formulation: Formulation of the Permittivity function. Currently only the exponential is available.
909
-
910
-
**Type** ``str``
911
-
912
-
**Default** ``exponential``
913
-
914
-
**Predicates**
915
-
- ``value.lower() in ['exponential']``
916
-
917
-
:red:`Sections`
918
-
:epsilon_out: Parameters for the continuum solvent outside the cavity.
919
-
920
-
:red:`Keywords`
921
-
:nonequilibrium: Whether to use the nonequilibrium formulation of response, *i.e.* use the dynamic permittivity for the calculation of the response reaction field. Defaults to false.
922
-
923
-
**Type** ``bool``
924
-
925
-
**Default** ``False``
926
-
927
-
:static: Static permittivity outside the cavity. This is characteristic of the solvent used.
928
-
929
-
**Type** ``float``
930
-
931
-
**Default** ``1.0``
932
-
933
-
:dynamic: Dynamic permittivity outside the cavity. This is characteristic of the solvent used and relevant only in response calculations. Defaults to the same value as `epsilon_static`.
:D_H_screening: Parameters for the Debye-Huckel screening factor
940
-
941
-
:red:`Keywords`
942
-
:ion_strength: Ionic strength of the electrolyte in mol/L. This represents the concentration of the ions in the bulk solvent.
943
-
944
-
**Type** ``float``
945
-
946
-
**Default** ``1.0``
947
-
948
-
:ion_radius: Amount with which the vdw-radius of the atoms will be increased. The screening factor will have an area of effect that is often going to be larger than the vdw-cavity, but centered in the same atoms.
949
-
950
-
**Type** ``float``
951
-
952
-
**Default** ``0.0``
953
-
954
-
:ion_width: Width of the transition between the solute and the ion accessible part.
955
-
956
-
**Type** ``float``
957
-
958
-
**Default** ``0.2``
959
-
960
-
:formulation: formulation of the debye-huckel screening factor. Currently only the variable factor is implemented. ``variable``: implement the screening functions as k = (1-C_ion)k_out
961
-
962
-
**Type** ``str``
963
-
964
-
**Default** ``variable``
965
-
966
-
**Predicates**
967
-
- ``value.lower() in ['variable']``
968
-
969
972
:Constants: Physical and mathematical constants used by MRChem
Copy file name to clipboardexpand all lines: python/mrchem/input_parser/docs/user_ref.rst
+73-70
Original file line number
Diff line number
Diff line change
@@ -860,6 +860,79 @@ User input reference
860
860
861
861
**Default** ``user['SCF']['kain']``
862
862
863
+
:Solvent: Parameters for the Self-Consistent Reaction Field optimization.
864
+
865
+
:red:`Sections`
866
+
:Permittivity: Parameters for the permittivity function.
867
+
868
+
:red:`Keywords`
869
+
:epsilon_in: Permittivity inside the cavity. 1.0 is the permittivity of free space, anything other than this is undefined behaviour.
870
+
871
+
**Type** ``float``
872
+
873
+
**Default** ``1.0``
874
+
875
+
:formulation: Formulation of the Permittivity function. Currently only the exponential is available.
876
+
877
+
**Type** ``str``
878
+
879
+
**Default** ``exponential``
880
+
881
+
**Predicates**
882
+
- ``value.lower() in ['exponential']``
883
+
884
+
:red:`Sections`
885
+
:epsilon_out: Parameters for the continuum solvent outside the cavity.
886
+
887
+
:red:`Keywords`
888
+
:nonequilibrium: Whether to use the nonequilibrium formulation of response, *i.e.* use the dynamic permittivity for the calculation of the response reaction field. Defaults to false.
889
+
890
+
**Type** ``bool``
891
+
892
+
**Default** ``False``
893
+
894
+
:static: Static permittivity outside the cavity. This is characteristic of the solvent used.
895
+
896
+
**Type** ``float``
897
+
898
+
**Default** ``1.0``
899
+
900
+
:dynamic: Dynamic permittivity outside the cavity. This is characteristic of the solvent used and relevant only in response calculations. Defaults to the same value as `epsilon_static`.
:DebyeHuckelScreening: Parameters for the Debye-Huckel screening factor
907
+
908
+
:red:`Keywords`
909
+
:ion_strength: Ionic strength of the electrolyte in mol/L. This represents the concentration of the ions in the bulk solvent.
910
+
911
+
**Type** ``float``
912
+
913
+
**Default** ``1.0``
914
+
915
+
:ion_radius: Amount with which the vdw-radius of the atoms will be increased. The screening factor will have an area of effect that is often going to be larger than the vdw-cavity, but centered in the same atoms.
916
+
917
+
**Type** ``float``
918
+
919
+
**Default** ``0.0``
920
+
921
+
:ion_width: Width of the transition between the solute and the ion accessible part.
922
+
923
+
**Type** ``float``
924
+
925
+
**Default** ``0.2``
926
+
927
+
:formulation: formulation of the debye-huckel screening factor. Currently only the variable factor is implemented. ``variable``: implement the screening functions as k = (1-C_ion)k_out
928
+
929
+
**Type** ``str``
930
+
931
+
**Default** ``variable``
932
+
933
+
**Predicates**
934
+
- ``value.lower() in ['variable']``
935
+
863
936
:Cavity: Define the interlocking spheres cavity.
864
937
865
938
:red:`Keywords`
@@ -896,76 +969,6 @@ User input reference
896
969
897
970
**Default** ``0.2``
898
971
899
-
:Permittivity: Parameters for the permittivity function.
900
-
901
-
:red:`Keywords`
902
-
:epsilon_in: Permittivity inside the cavity. 1.0 is the permittivity of free space, anything other than this is undefined behaviour.
903
-
904
-
**Type** ``float``
905
-
906
-
**Default** ``1.0``
907
-
908
-
:formulation: Formulation of the Permittivity function. Currently only the exponential is available.
909
-
910
-
**Type** ``str``
911
-
912
-
**Default** ``exponential``
913
-
914
-
**Predicates**
915
-
- ``value.lower() in ['exponential']``
916
-
917
-
:red:`Sections`
918
-
:epsilon_out: Parameters for the continuum solvent outside the cavity.
919
-
920
-
:red:`Keywords`
921
-
:nonequilibrium: Whether to use the nonequilibrium formulation of response, *i.e.* use the dynamic permittivity for the calculation of the response reaction field. Defaults to false.
922
-
923
-
**Type** ``bool``
924
-
925
-
**Default** ``False``
926
-
927
-
:static: Static permittivity outside the cavity. This is characteristic of the solvent used.
928
-
929
-
**Type** ``float``
930
-
931
-
**Default** ``1.0``
932
-
933
-
:dynamic: Dynamic permittivity outside the cavity. This is characteristic of the solvent used and relevant only in response calculations. Defaults to the same value as `epsilon_static`.
:D_H_screening: Parameters for the Debye-Huckel screening factor
940
-
941
-
:red:`Keywords`
942
-
:ion_strength: Ionic strength of the electrolyte in mol/L. This represents the concentration of the ions in the bulk solvent.
943
-
944
-
**Type** ``float``
945
-
946
-
**Default** ``1.0``
947
-
948
-
:ion_radius: Amount with which the vdw-radius of the atoms will be increased. The screening factor will have an area of effect that is often going to be larger than the vdw-cavity, but centered in the same atoms.
949
-
950
-
**Type** ``float``
951
-
952
-
**Default** ``0.0``
953
-
954
-
:ion_width: Width of the transition between the solute and the ion accessible part.
955
-
956
-
**Type** ``float``
957
-
958
-
**Default** ``0.2``
959
-
960
-
:formulation: formulation of the debye-huckel screening factor. Currently only the variable factor is implemented. ``variable``: implement the screening functions as k = (1-C_ion)k_out
961
-
962
-
**Type** ``str``
963
-
964
-
**Default** ``variable``
965
-
966
-
**Predicates**
967
-
- ``value.lower() in ['variable']``
968
-
969
972
:Constants: Physical and mathematical constants used by MRChem
0 commit comments