@@ -47,6 +47,21 @@ Available sections:
47
47
+ Green, subsection of medium. Sets up the Green's function inside and
48
48
outside the cavity.
49
49
50
+ .. warning ::
51
+
52
+ Exactly matching results obtained from implementations of IEFPCM and/or
53
+ CPCM (COSMO) given in other program packages requires careful selection of
54
+ all the parameters involved.
55
+ A partial checklist of parameters you should always keep in mind:
56
+
57
+ * solvent permittivities (static and optical)
58
+ * atomic radii set
59
+ * scaling of the atomic radii
60
+ * cavity surface
61
+ * cavity partition (tesselation)
62
+ * PCM matrix formation algorithm
63
+ * strategy used to solve the PCM linear equations system.
64
+
50
65
Top section keywords
51
66
--------------------
52
67
@@ -110,7 +125,7 @@ Cavity section keywords
110
125
RadiiSet
111
126
Select set of atomic radii to be used. Currently Bondi-Mantina
112
127
:cite: `Bondi1964,Mantina2009 `, UFF :cite: `Rappe1992 ` and Allinger's MM3
113
- :cite`Allinger1994-tx` sets available, see :ref: `available-radii `.
128
+ :cite: `Allinger1994-tx ` sets available, see :ref: `available-radii `.
114
129
115
130
* **Type **: string
116
131
* **Valid values **: Bondi | UFF | Allinger
@@ -120,7 +135,7 @@ Cavity section keywords
120
135
.. note ::
121
136
122
137
Radii in Allinger's MM3 set are obtained by **dividing ** the value in the original
123
- paper by 1.2, as done in the [ ADF COSMO implementation]( https://www.scm.com/doc/ADF/Input/COSMO.html)
138
+ paper by 1.2, as done in the ` ADF COSMO implementation < https://www.scm.com/doc/ADF/Input/COSMO.html >`_
124
139
We advise to turn off scaling of the radii by 1.2 when using this set.
125
140
126
141
MinRadius
@@ -210,24 +225,26 @@ Medium section keywords
210
225
* **Type **: string
211
226
* **Valid values **:
212
227
213
- + Water , H2O;
214
- + Methanol , CH3OH;
215
- + Ethanol , CH3CH2OH;
216
- + Chloroform , CHCL3;
217
- + Methylenechloride , CH2CL2;
218
- + 1,2-Dichloroethane , C2H4CL2;
219
- + Carbon Tetrachloride, CCL4;
220
- + Benzene , C6H6;
221
- + Toluene , C6H5CH3;
222
- + Chlorobenzene , C6H5CL;
223
- + Nitromethane , CH3NO2;
224
- + N-heptane , C7H16;
225
- + Cyclohexane , C6H12;
226
- + Aniline , C6H5NH2;
227
- + Acetone , C2H6CO;
228
- + Tetrahydrofurane , THF;
229
- + Dimethylsulfoxide , DMSO;
230
- + Acetonitrile , CH3CN;
228
+ + Water , H2O;
229
+ + Propylene Carbonate , C4H6O3;
230
+ + Dimethylsulfoxide , DMSO;
231
+ + Nitromethane , CH3NO2;
232
+ + Acetonitrile , CH3CN;
233
+ + Methanol , CH3OH;
234
+ + Ethanol , CH3CH2OH;
235
+ + Acetone , C2H6CO;
236
+ + 1,2-Dichloroethane , C2H4CL2;
237
+ + Methylenechloride , CH2CL2;
238
+ + Tetrahydrofurane , THF;
239
+ + Aniline , C6H5NH2;
240
+ + Chlorobenzene , C6H5CL;
241
+ + Chloroform , CHCL3;
242
+ + Toluene , C6H5CH3;
243
+ + 1,4-Dioxane , C4H8O2;
244
+ + Benzene , C6H6;
245
+ + Carbon Tetrachloride , CCL4;
246
+ + Cyclohexane , C6H12;
247
+ + N-heptane , C7H16;
231
248
+ Explicit.
232
249
233
250
MatrixSymm
@@ -454,6 +471,7 @@ Solvents are ordered by decreasing static permittivity.
454
471
Name Formula :math: `\varepsilon _s` :math: `\varepsilon _\infty ` :math: `r_\mathrm {probe}`
455
472
==================== ======== ===================== ========================== ========================
456
473
Water H2O 78.39 1.776 1.385
474
+ Propylene Carbonate C4H6O3 64.96 2.019 1.385
457
475
Dimethylsulfoxide DMSO 46.7 2.179 2.455
458
476
Nitromethane CH3NO2 38.20 1.904 2.155
459
477
Acetonitrile CH3CN 36.64 1.806 2.155
@@ -467,6 +485,7 @@ Solvents are ordered by decreasing static permittivity.
467
485
Chlorobenzene C6H5Cl 5.621 2.320 2.805
468
486
Chloroform CHCl3 4.90 2.085 2.48
469
487
Toluene C6H5CH3 2.379 2.232 2.82
488
+ 1,4-Dioxane C4H8O2 2.250 2.023 2.630
470
489
Benzene C6H6 2.247 2.244 2.630
471
490
Carbon tetrachloride CCl4 2.228 2.129 2.685
472
491
Cyclohexane C6H12 2.023 2.028 2.815
0 commit comments