SOLVATION Section

Controls implicit solvation. Optional; when absent the calculation runs in vacuo.

Syntax

SOLVATION
  Model           cpcm | cosmo | iefpcm | ssvpe | ddcosmo | ddpcm | smd
  Dielectric      <float>           # static dielectric constant ε
  Solvent         <name>            # named solvent (required for SMD)
  Surface         swig | iswig      # cavity discretization
  Lebedev         <int>             # angular grid points per atom
  VdwScale        <float>           # scaling factor for vdW radii
  ProbeRadius     <float>           # probe radius added to vdW radii (Å)
  MaxCycle        <int>             # solvent response iterations
  Conver          <float>           # solvent response convergence threshold
  Frozen          true | false      # freeze solvent during post-SCF
  Equilibrium     true | false      # equilibrium solvation for TD-DFT
END

Keyword Reference

KeywordValuesDefaultDescription
Modelcpcm, cosmo, iefpcm, ssvpe, ddcosmo, ddpcm, smdcpcmElectrostatic solvent model
Dielectricfloat78.3553 (water)Static dielectric constant
SolventstringNamed solvent for tabulated parameters (required for SMD)
Surfaceswig, iswigswigCavity surface discretization
Lebedevint302Angular Lebedev quadrature points per atom
VdwScalefloat1.2Scaling of van der Waals radii
ProbeRadiusfloat (Å)0.0Probe radius added to vdW radii
MaxCycleint20Maximum solvent response iterations
Converfloat1e-7Solvent response convergence threshold
FrozenboolfalseKeep solvent frozen during post-SCF
EquilibriumboolfalseEquilibrium (not non-equilibrium) solvation

Electrostatic Models

ModelFull NameK MatrixR MatrixECPAnalytical GradientAnalytical Hessian
C-PCMConductor-like PCMS−f·I
COSMOConductor-like ScreeningS−f·I (f=(ε−1)/(ε+½))
IEF-PCMIntegral Equation Formalism PCMS − f/(2π)·D·A·S−f·[I − D·A/(2π)]
SS(V)PESurface & Simulation of Vol. Pol.symm. D·A·S−f·[I − D·A/(2π)]
ddCOSMODomain-decomposition COSMOL matrix (spherical harmonics)✓ *
ddPCMDomain-decomposition PCML + A matrices✓ *
SMDSolvation Model based on DensityIEF-PCM on SMD radii+ CDS
  • ddCOSMO/ddPCM gradient uses adjoint-Lagrangian formulation; the l=0 block is regularized with ε = 1e-3 to stabilize the L-matrix solve.

Model Overview

All seven solvation models belong to one of three engine families. Choose the model that best fits your needs:

ModelFamilyEngineSurface MeshSolvent SourceECPGradientHessian
C-PCMPCMPcmSolver✓ (SWIG/ISWIG)lookup table + custom ε
COSMOPCMPcmSolver✓ (SWIG/ISWIG)lookup table + custom ε
IEF-PCMPCMPcmSolver✓ (SWIG/ISWIG)lookup table + custom ε
SS(V)PEPCMPcmSolver✓ (SWIG/ISWIG)lookup table + custom ε
ddCOSMODomain-DecompositionDdSolver✗ (atom spheres)lookup table + custom ε
ddPCMDomain-DecompositionDdSolver✗ (atom spheres)lookup table + custom ε
SMDSMDPcmSolver + SmdCds✓ (SWIG/ISWIG)SMD database (179 solvents) **
  • ddCOSMO/ddPCM gradients use the adjoint-Lagrangian formulation. The l=0 block is regularized with ε = 1e-3 to stabilise the L-matrix solve.

  • SMD requires a named solvent from the SMD database. A bare Dielectric without Solvent will construct IEF-PCM electrostatics but cannot compute the CDS term, and the calculation will abort.


Per-Model Guides

Each sub-section lists the keywords that actually take effect for that model, how the solvent is resolved, and any model-specific restrictions.

C-PCM (Conductor-like PCM)

The default model. Treats the solvent as a conductor with screening factor f = (ε − 1) / ε.

Supported keywords:

KeywordEffectDefault
Dielectric / epsStatic dielectric constant78.3553 (water)
Solvent / nameNamed solvent for ε lookup
SurfaceCavity discretisation: swig or iswigswig
LebedevAngular Lebedev points per atom302
VdwScaleScaling factor for vdW radii1.2
ProbeRadiusProbe radius added to vdW radii (Å)0.0
MaxCycleSolvent response iterations20
ConverSolvent response convergence threshold1e-7
FrozenFreeze solvent during post-SCFfalse
EquilibriumEquilibrium (not non-equilibrium) solvationfalse

Solvent resolution:

  1. If Solvent is given, the dielectric constant is looked up from the built-in solvent table (20 common solvents; see below). If the name is not found, the default 78.3553 is used silently.
  2. An explicit Dielectric overrides any solvent lookup.
  3. When neither Solvent nor Dielectric is given, the default 78.3553 (water) is used.

Examples:

Using a named solvent:

task: SCF RHF/STO-3G

MOLECULE
  Charge        0
  Multiplicity  1
  Units         Angstrom
END

GEOMETRY
  O   0.000000   0.000000   0.117369
  H   0.756950   0.000000  -0.469476
  H  -0.756950   0.000000  -0.469476
END

SOLVATION
  Model cpcm
  Solvent water
END

Using a custom dielectric without a named solvent:

task: SCF RHF/STO-3G

MOLECULE
  Charge        0
  Multiplicity  1
  Units         Angstrom
END

GEOMETRY
  O   0.000000   0.000000   0.117369
  H   0.756950   0.000000  -0.469476
  H  -0.756950   0.000000  -0.469476
END

SOLVATION
  Model cpcm
  Dielectric 46.826
END

COSMO (Conductor-like Screening Model)

Same keyword set as C-PCM, but uses the COSMO screening factor f = (ε − 1) / (ε + ½).

Supported keywords: Same as C-PCM.

Example:

task: SCF UHF/6-31G(d)

MOLECULE
  Charge        0
  Multiplicity  1
  Units         Angstrom
END

GEOMETRY
  O   0.000000   0.000000   0.117369
  H   0.756950   0.000000  -0.469476
  H  -0.756950   0.000000  -0.469476
END

SOLVATION
  Model cosmo
  Solvent acetonitrile
END

IEF-PCM (Integral Equation Formalism PCM)

Full boundary-element PCM using the S (screened Coulomb) and D (dielectric response) matrices. This is the electrostatic engine used internally when SMD is selected.

Supported keywords: Same as C-PCM.

Example:

task: SCF RHF/6-31+G(d,p)

MOLECULE
  Charge        0
  Multiplicity  1
  Units         Angstrom
END

GEOMETRY
  O   0.000000   0.000000   0.117369
  H   0.756950   0.000000  -0.469476
  H  -0.756950   0.000000  -0.469476
END

SOLVATION
  Model iefpcm
  Solvent tetrahydrofuran
  Surface iswig
END

SS(V)PE (Surface and Simulation of Volume Polarisation for Electrostatics)

Same keyword set as C-PCM, but uses a symmetrised D·A·S formulation to better approximate volume polarisation effects.

Supported keywords: Same as C-PCM.

Example:

SOLVATION
  Model ssvpe
  Solvent dichloromethane
  Lebedev 590
END

ddCOSMO (Domain-Decomposition COSMO)

Uses atom-centred real-spherical-harmonic expansions instead of a cavity surface mesh. This avoids the cost of surface matrix construction but has fewer capabilities.

Supported keywords:

KeywordEffectDefaultNotes
Dielectric / epsStatic dielectric constant78.3553
Solvent / nameNamed solvent for ε lookupUses static_dielectric() table
LebedevAngular Lebedev points per atom302Must be a supported grid size
MaxCycleSolvent response iterations20
ConverSolvent response convergence threshold1e-7

Keywords with no effect (ignored if given, no error):

  • Surface — ddCOSMO does not use a surface mesh
  • VdwScale — fixed UFF radii × 1.1 are always used
  • ProbeRadius — no probe radius is added
  • Frozen, Equilibrium — not implemented

Restrictions:

  • No analytical Hessian — calculations requesting freq will fail.
  • ECP not supported — ECP integrals are not available for ddCOSMO.
  • Gradient uses adjoint-Lagrangian — the l=0 block is regularised (ε = 1e-3) to stabilise the L-matrix solve.

Example:

task: SCF RHF/STO-3G

MOLECULE
  Charge        0
  Multiplicity  1
  Units         Angstrom
END

GEOMETRY
  H   0.000000   0.000000   0.000000
  H   0.000000   0.000000   1.400000
END

SOLVATION
  Model ddcosmo
  Solvent water
  Lebedev 302
END

ddPCM (Domain-Decomposition PCM)

Extends ddCOSMO with a dielectric preconditioner (A_diele matrix) for improved accuracy at higher dielectric constants.

Supported keywords and restrictions: Identical to ddCOSMO.

Example:

SOLVATION
  Model ddpcm
  Solvent acetonitrile
  MaxCycle 50
  Conver 1e-8
END

SMD (Solvation Model based on Density)

SMD combines IEF-PCM electrostatics (with SMD-specific cavity radii) with a density-independent CDS (cavity-dispersion-solvent-structure) term. It requires a named solvent from the Minnesota SMD parameter database.

Supported keywords:

KeywordEffectDefaultNotes
Solvent / nameRequired. SMD solvent nameFrom SMD database (179 solvents)
Dielectric / epsStatic dielectric constantfrom SMD databaseOverrides database value if set
SurfaceCavity discretisationswig
LebedevAngular Lebedev points per atom302
VdwScaleScaling factor for vdW radii1.2Overridden by SMD cavity radii
ProbeRadiusProbe radius added to vdW radii0.0Overridden by SMD cavity radii
MaxCycleSolvent response iterations20
ConverSolvent response convergence threshold1e-7
FrozenFreeze solvent during post-SCFfalse
EquilibriumEquilibrium solvationfalse

Restrictions:

  • ⚠️ Solvent is required — the CDS term cannot be computed without a named solvent from the SMD database. A bare Dielectric without Solvent will construct IEF-PCM electrostatics with SMD cavity radii but will not include the CDS term, and the calculation will abort with an error.
  • VdwScale and ProbeRadius are parsed but overridden by SMD-specific cavity radii from the database.
  • SMD provides its own dielectric constant from the database. Setting Dielectric explicitly overrides the database value (use with care).

Examples:

Using a named solvent from the SMD database:

task: SCF RHF/STO-3G

MOLECULE
  Charge        0
  Multiplicity  1
  Units         Angstrom
END

GEOMETRY
  O   0.000000   0.000000   0.117369
  H   0.756950   0.000000  -0.469476
  H  -0.756950   0.000000  -0.469476
END

SOLVATION
  Model smd
  Solvent water
END

With explicit dielectric override:

task: SCF RHF/STO-3G

MOLECULE
  Charge        0
  Multiplicity  1
  Units         Angstrom
END

GEOMETRY
  O   0.000000   0.000000   0.117369
  H   0.756950   0.000000  -0.469476
  H  -0.756950   0.000000  -0.469476
END

SOLVATION
  Model smd
  Solvent ethanol
  Dielectric 25.0
END

Keyword Quick Matrix

A row for every keyword, with per-model support.

KeywordC-PCMCOSMOIEF-PCMSS(V)PEddCOSMOddPCMSMD
Dielectric / eps
Solvent / name⚠️
Surface (swig/iswig)
Lebedev / ng
VdwScale✓ *
ProbeRadius✓ *
MaxCycle / maxiter
Conver / conv
Frozen
Equilibrium

Overridden by SMD cavity radii from the database.

⚠️ Required for SMD; optional for all other models.


Named Solvents

Lookup Table (All Models except SMD)

When Solvent is given without an explicit Dielectric, the dielectric constant is looked up from the built-in table below. Names are matched case-insensitively after stripping spaces, hyphens, underscores, commas, and dots.

SolventεAliases
Water78.3553water, h2o
DMSO46.7dimethylsulfoxide, dmso
Nitromethane38.20nitromethane, ch3no2
Acetonitrile35.688acetonitrile, ch3cn, mecn
Methanol32.613methanol, ch3oh
Ethanol24.852ethanol, ch3ch2oh
Acetone20.493acetone
Propylene Carbonate64.96propylenecarbonate
1,2-Dichloroethane10.125dichloroethane, 12dichloroethane
Dichloromethane8.93dichloromethane, methylenechloride, ch2cl2, dcm
Tetrahydrofuran7.4257tetrahydrofuran, tetrahydrofurane, thf
Aniline6.8882aniline
Chlorobenzene5.6968chlorobenzene
Chloroform4.7113chloroform, chcl3
Toluene2.3741toluene
1,4-Dioxane2.2099dioxane, 14dioxane
Benzene2.2706benzene, c6h6
Carbon Tetrachloride2.2280carbontetrachloride, ccl4
Cyclohexane2.0165cyclohexane, c6h12
n-Heptane1.9113heptane, nheptane
n-Hexane1.8819hexane, nhexane

For solvents not in this table, use an explicit Dielectric keyword with the desired value.

SMD Solvent Database (SMD Model Only)

SMD requires a solvent name from the Minnesota SMD parameter database. The database contains 179 solvents and is only available when Model = smd.

Quick Reference (Dielectric Constants)

SolventεSolventεSolventε
1,1,1-trichloroethane7.08261,1,2-trichloroethane7.19371,2,4-trimethylbenzene2.3653
1,2-dibromoethane4.93131,2-dichloroethane10.1251,2-ethanediol40.245
1,4-dioxane2.20991-bromo-2-methylpropane7.77921-bromooctane5.0244
1-bromopentane6.2691-bromopropane8.04961-butanol17.332
1-chlorohexane5.94911-chloropentane6.50221-chloropropane8.3548
1-decanol7.53051-fluorooctane3.891-heptanol11.321
1-hexanol12.511-hexene2.07171-hexyne2.615
1-iodobutane6.1731-iodohexadecane3.53381-iodopentane5.6973
1-iodopropane6.96261-nitropropane23.731-nonanol8.5991
1-octanol9.86291-pentanol15.131-pentene1.9905
1-propanol20.5242,2,2-trifluoroethanol26.7262,2,4-trimethylpentane1.9358
2,4-dimethylpentane1.89392,4-dimethylpyridine9.41762,6-dimethylpyridine7.1735
2-bromopropane9.36102-butanol15.9442-chlorobutane8.3930
2-heptanone11.6582-hexanone14.1362-methoxyethanol17.2
2-methyl-1-propanol16.7772-methyl-2-propanol12.472-methylpentane1.89
2-methylpyridine9.95332-nitropropane25.6542-octanone9.4678
2-pentanone15.2002-propanol19.2642-propen-1-ol19.011
3-methylpyridine11.6453-pentanone16.784-heptanone12.257
4-methyl-2-pentanone12.8874-methylpyridine11.9575-nonanone10.6
a-chlorotoluene6.7175acetic acid6.2528acetone20.493
acetonitrile35.688acetophenone17.44aniline6.8882
anisole4.2247benzaldehyde18.220benzene2.2706
benzonitrile25.592benzylalcohol12.457bromobenzene5.3954
bromoethane9.01bromoform4.2488butanal13.45
butanoic acid2.9931butanone18.246butanonitrile24.291
butylamine4.6178butylethanoate4.9941butylether3.0473
carbon disulfide2.6105carbon tetrachloride2.2280chlorobenzene5.6968
chloroform4.7113cis-1,2-dimethylcyclohexane2.06cis-decalin2.2139
cyclohexane2.0165cyclohexanone15.619cyclopentane1.9608
cyclopentanol16.989cyclopentanone13.58decalin (cis/trans mixture)2.196
dibromomethane7.2273dichloromethane8.93diethylamine3.5766
diethylether4.2400diethylsulfide5.723diiodomethane5.32
diisopropyl ether3.38dimethyldisulfide9.6dimethylsulfoxide46.826
diphenylether3.73dipropylamine2.9112e-1,2-dichloroethene2.14
e-2-pentene2.051ethanethiol6.667ethanol24.852
ethylbenzene2.4339ethylethanoate5.9867ethylmethanoate8.3310
ethylphenylether4.1797fluorobenzene5.42formamide108.94
formicacid51.1hexanoicacid2.6iodobenzene4.5470
iodoethane7.6177iodomethane6.8650isopropylbenzene2.3712
m-cresol12.44m-xylene2.3478mesitylene2.2650
methanol32.613methylbenzoate6.7367methylbutanoate5.5607
methylcyclohexane2.024methylethanoate6.8615methylmethanoate8.8377
methylpropanoate6.0777n,n-dimethylacetamide37.781n,n-dimethylformamide37.219
n-butylbenzene2.36n-decane1.9846n-dodecane2.0060
n-heptane1.9113n-hexadecane2.0402n-hexane1.8819
n-methylaniline5.9600n-methylformamide(e/zmixture)181.56n-nonane1.9605
n-octane1.9406n-pentadecane2.0333n-pentane1.8371
n-undecane1.991nitrobenzene34.809nitroethane28.29
nitromethane36.562o-chlorotoluene4.6331o-cresol6.76
o-dichlorobenzene9.9949o-nitrotoluene25.669o-xylene2.5454
p-isopropyltoluene2.2322p-xylene2.2705pentanal10.0
pentanoic acid2.6924pentyl ethanoate4.7297pentylamine4.2010
perfluorobenzene2.029propanal18.5propanoic acid3.44
propanonitrile29.324propyl ethanoate5.5205propylamine4.9912
pyridine12.978sec-butylbenzene2.3446tert-butylbenzene2.3447
tetrachloroethene2.268tetrahydrofuran7.4257tetrahydrothiophene-s,s-dioxide43.962
tetralin2.771thiophene2.7270thiophenol4.2728
toluene2.3741trans-decalin2.1781tributylphosphate8.1781
trichloroethene3.422triethylamine2.3832water78.355
xylene (mixture)2.3879z-1,2-dichloroethene9.2

Full Table (All SMD Parameters)

Complete Minnesota SMD descriptors for all supported solvents.

Solventnαβγ (cal mol⁻¹ Å⁻²)εφψ
1,1,1-trichloroethane1.43790.00.0936.247.08260.00.60
1,1,2-trichloroethane1.47170.130.1348.977.19370.00.60
1,2,4-trimethylbenzene1.50480.00.1942.032.36530.6670.0
1,2-dibromoethane1.53870.100.1756.934.93130.00.5
1,2-dichloroethane1.44480.100.1145.8610.1250.00.5
1,2-ethanediol1.43180.580.7869.0740.2450.00.5
1,4-dioxane1.42240.000.6447.142.20990.00.0
1-bromo-2-methylpropane1.43480.000.1234.697.77920.00.2
1-bromooctane1.45240.00.1241.285.02440.00.111
1-bromopentane1.44470.000.1238.76.2690.00.167
1-bromopropane1.43430.00.1236.368.04960.00.250
1-butanol1.39930.370.4835.8817.3320.00.0
1-chlorohexane1.41990.00.1037.035.94910.00.143
1-chloropentane1.41270.00.135.126.50220.00.167
1-chloropropane1.38790.00.130.668.35480.00.25
1-decanol1.43720.370.4841.047.53050.00.0
1-fluorooctane1.39350.00.1033.923.890.00.111
1-heptanol1.42490.370.4838.511.3210.00.0
1-hexanol1.41780.370.4837.1512.510.00.0
1-hexene1.38370.000.0725.762.07170.00.0
1-hexyne1.39890.120.1028.792.6150.00.0
1-iodobutane1.50010.000.1540.656.1730.00.0
1-iodohexadecane1.48060.000.1546.483.53380.00.0
1-iodopentane1.49590.000.1541.565.69730.00.0
1-iodopropane1.50580.000.1541.456.96260.00.0
1-nitropropane1.40180.000.3143.3223.730.00.0
1-nonanol1.43330.370.4840.148.59910.00.0
1-octanol1.42950.370.4839.019.86290.00.0
1-pentanol1.41010.370.4836.515.130.00.0
1-pentene1.37150.000.0722.241.99050.00.0
1-propanol1.38500.370.4833.5720.5240.00.0
2,2,2-trifluoroethanol1.29070.570.2542.0226.7260.00.5
2,2,4-trimethylpentane1.39150.000.0026.381.93580.00.0
2,4-dimethylpentane1.38150.00.0025.421.89390.00.0
2,4-dimethylpyridine1.50100.00.6346.869.41760.6250.0
2,6-dimethylpyridine1.49530.00.6344.647.17350.6250.0
2-bromopropane1.42510.000.1433.469.36100.00.25
2-butanol1.39780.330.5632.4415.9440.00.0
2-chlorobutane1.39710.000.1231.18.39300.00.2
2-heptanone1.40880.00.5137.611.6580.00.0
2-hexanone1.40070.00.5136.6314.1360.00.0
2-methoxyethanol1.40240.300.8444.3917.20.00.0
2-methyl-1-propanol1.39550.370.4832.3816.7770.00.0
2-methyl-2-propanol1.38780.310.6028.7312.470.00.0
2-methylpentane1.37150.00.0024.31.890.00.0
2-methylpyridine1.49570.00.5847.59.95330.7140.0
2-nitropropane1.39440.000.3342.1625.6540.000.0
2-octanone1.41510.000.5137.299.46780.00.0
2-pentanone1.38950.000.5133.4615.2000.00.0
2-propanol1.37760.330.5630.1319.2640.00.0
2-propen-1-ol1.41350.380.4836.3919.0110.00.0
3-methylpyridine1.50400.00.5449.6111.6450.7140.0
3-pentanone1.39240.000.5135.6116.780.00.0
4-heptanone1.40690.000.5135.9812.2570.00.0
4-methyl-2-pentanone1.39620.00.5133.8312.8870.00.0
4-methylpyridine1.50370.00.5450.1711.9570.7140.0
5-nonanone1.41950.00.5137.8310.60.00.0
a-chlorotoluene1.53910.00.3353.046.71750.750.125
acetic acid1.37200.610.4439.016.25280.00.0
acetone1.35880.040.4933.7720.4930.00.0
acetonitrile1.34420.070.3241.2535.6880.00.0
acetophenone1.53720.000.4856.1917.440.6670.0
aniline1.58630.260.4160.626.88820.8570.0
anisole1.51740.00.2950.524.22470.750.0
benzaldehyde1.54630.00.3954.6918.2200.8570.0
benzene1.50110.00.1440.622.27061.00.0
benzonitrile1.52890.00.3355.8325.5920.750.0
benzylalcohol1.53960.330.5652.9612.4570.750.0
bromobenzene1.55970.00.0950.725.39540.8570.143
bromoethane1.42390.00.1234.09.010.00.333
bromoform1.60050.150.0664.584.24880.00.75
butanal1.38430.00.4535.0613.450.00.0
butanoic acid1.39800.600.4537.492.99310.00.0
butanone1.37880.000.5134.518.2460.00.0
butanonitrile1.38420.00.3638.7524.2910.00.0
butylamine1.40310.160.6133.744.61780.00.0
butylethanoate1.39410.00.4535.814.99410.00.0
butylether1.39920.000.4535.983.04730.00.0
carbon disulfide1.63190.00.0745.452.61050.00.0
carbon tetrachloride1.46010.000.0038.042.22800.00.8
chlorobenzene1.52410.00.0747.485.69680.8570.143
chloroform1.44590.150.0238.394.71130.00.75
cis-1,2-dimethylcyclohexane1.43600.000.0036.282.060.00.0
cis-decalin1.48100.000.0045.452.21390.00.0
cyclohexane1.42660.000.0035.482.01650.00.0
cyclohexanone1.45070.000.5649.7615.6190.000.0
cyclopentane1.40650.000.0031.491.96080.00.0
cyclopentanol1.45300.320.5646.816.9890.00.0
cyclopentanone1.43660.000.5247.2113.580.00.0
decalin (cis/trans mixture)1.47530.000.0043.822.1960.00.0
dibromomethane1.54200.100.1056.217.22730.00.667
dichloromethane1.42420.100.0539.158.930.00.667
diethylamine1.38640.080.6928.573.57660.00.0
diethylether1.35260.000.4123.964.24000.00.0
diethylsulfide1.44300.000.3235.365.7230.00.0
diiodomethane1.74250.050.2395.255.320.00.0
diisopropyl ether1.36790.000.4124.863.380.00.0
dimethyldisulfide1.52890.000.2848.069.60.00.0
dimethylsulfoxide1.47830.000.8861.7846.8260.00.0
diphenylether1.57870.000.2038.53.730.9230.0
dipropylamine1.40500.080.6932.112.91120.00.0
e-1,2-dichloroethene1.44540.090.0537.132.140.00.5
e-2-pentene1.37930.000.0723.622.0510.00.0
ethanethiol1.43100.000.2433.226.6670.00.0
ethanol1.36110.370.4831.6224.8520.00.0
ethylbenzene1.49590.000.1541.382.43390.750.0
ethylethanoate1.37230.000.4533.675.98670.00.0
ethylmethanoate1.35990.000.3833.368.33100.00.0
ethylphenylether1.50760.000.3246.654.17970.6670.0
fluorobenzene1.46840.000.1038.375.420.8570.143
formamide1.44720.620.6082.08108.940.00.0
formicacid1.37140.750.3853.4451.10.00.0
hexanoicacid1.41630.600.4539.652.60.00.0
iodobenzene1.62000.000.1255.724.54700.8570.0
iodoethane1.51330.000.1540.967.61770.00.0
iodomethane1.53800.000.1343.676.86500.00.0
isopropylbenzene1.49150.000.1639.852.37120.6670.0
m-cresol1.54380.570.3451.3712.440.750.0
m-xylene1.49720.00.1640.982.34780.750.0
mesitylene1.49940.000.1939.652.26500.6670.0
methanol1.32880.430.4731.7732.6130.00.0
methylbenzoate1.51640.000.4653.56.73670.6000.0
methylbutanoate1.38780.000.4535.445.56070.00.0
methylcyclohexane1.42310.000.0033.522.0240.00.0
methylethanoate1.36140.000.4535.596.86150.00.0
methylmethanoate1.34330.000.3835.068.83770.00.0
methylpropanoate1.37750.000.4535.186.07770.00.0
n,n-dimethylacetamide1.43800.000.7847.6237.7810.00.0
n,n-dimethylformamide1.43050.000.7449.5637.2190.00.0
n-butylbenzene1.48980.00.1541.332.360.60.0
n-decane1.41020.000.0033.641.98460.00.0
n-dodecane1.42160.000.0035.852.00600.00.0
n-heptane1.38780.000.0028.281.91130.00.0
n-hexadecane1.43450.000.0038.932.04020.00.0
n-hexane1.37490.000.0025.751.88190.00.0
n-methylaniline1.56840.170.4353.115.96000.750.0
n-methylformamide(e/zmixture)1.43190.400.5555.44181.560.00.0
n-nonane1.40540.00.032.211.96050.00.0
n-octane1.39740.00.030.431.94060.00.0
n-pentadecane1.43150.00.038.342.03330.00.0
n-pentane1.35750.00.022.31.83710.00.0
n-undecane1.43980.00.034.851.9910.00.0
nitrobenzene1.55620.000.2857.5434.8090.6670.0
nitroethane1.39170.020.3346.2528.290.00.0
nitromethane1.38170.060.3152.5836.5620.00.0
o-chlorotoluene1.52680.000.0747.434.63310.750.125
o-cresol1.53610.520.3053.116.760.750.0
o-dichlorobenzene1.55150.000.0452.729.99490.750.25
o-nitrotoluene1.54500.00.2759.1225.6690.60.0
o-xylene1.50550.00.1642.832.54540.750.0
p-isopropyltoluene1.49090.000.1938.342.23220.6000.0
p-xylene1.49580.00.1640.322.27050.750.0
pentanal1.39440.00.436.6210.00.00.0
pentanoic acid1.40850.600.4538.42.69240.00.0
pentyl ethanoate1.40230.00.4536.234.72970.00.0
pentylamine1.4480.160.6135.544.20100.00.0
perfluorobenzene1.37770.000.0031.742.0290.50.5
propanal1.36360.000.4532.4818.50.00.0
propanoic acid1.38690.600.4537.713.440.00.0
propanonitrile1.36550.020.3638.529.3240.00.0
propyl ethanoate1.38420.00.4534.265.52050.00.0
propylamine1.38700.160.6131.314.99120.00.0
pyridine1.50950.00.5252.6212.9780.8330.0
sec-butylbenzene1.48950.00.1640.352.34460.600.0
tert-butylbenzene1.49270.00.1639.782.34470.60.0
tetrachloroethene1.50530.00.045.192.2680.00.667
tetrahydrofuran1.40500.00.4839.447.42570.00.0
tetrahydrothiophene-s,s-dioxide1.48330.00.8887.4943.9620.00.0
tetralin1.54130.00.1947.742.7710.60.0
thiophene1.52890.00.1544.162.72700.80.0
thiophenol1.58930.090.1655.244.27280.8570.0
toluene1.49610.00.1440.22.37410.8570.0
trans-decalin1.46950.00.042.192.17810.00.0
tributylphosphate1.42240.01.2127.558.17810.00.0
trichloroethene1.47730.080.0341.453.4220.00.6
triethylamine1.40100.00.7929.12.38320.00.0
water1.33280.820.35-1.078.355-1.0-1.0
xylene (mixture)1.49950.00.1641.382.38790.750.0
z-1,2-dichloroethene1.44900.110.0539.89.20.00.5