Skip to content

Latest commit

 

History

History
60 lines (45 loc) · 1.69 KB

solvent.rst

File metadata and controls

60 lines (45 loc) · 1.69 KB

:mod:`solvent` --- Solvent methods

.. module:: solvent
   :synopsis: Solvation via domain-decomposition COSMO for mean-field and correlated methods

The :mod:`solvent` module implements the domain-decomposition COSMO solvent model for mean-field and correlated methods.

To run a mean-field calculation with the implicit solvent model, one can try the following example:

from pyscf import gto, scf, dft
from pyscf import solvent
mol = gto.M(atom='''
C        0.000000    0.000000             -0.542500
O        0.000000    0.000000              0.677500
H        0.000000    0.9353074360871938   -1.082500
H        0.000000   -0.9353074360871938   -1.082500
            ''',
            verbose = 4)
mf = scf.RHF(mol)
solvent.ddCOSMO(mf).run()

Examples

Program reference

.. automodule:: pyscf.solvent

domain decomposition PCM

.. automodule:: pyscf.solvent.ddpcm
   :members:

domain decomposition COSMO

.. automodule:: pyscf.solvent.ddcosmo
   :members:

.. automodule:: pyscf.solvent.ddcosmo_grad
      :members: