Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 694 Bytes

doci.rst

File metadata and controls

35 lines (24 loc) · 694 Bytes

:mod:`doci` --- Doubly occupied configuration interaction

.. module:: doci

The :mod:`doci` implements doubly-occupied configuration interaction. A minimal example on N2 calculation:

from pyscf import gto, doci
mol = gto.M(atom='N 0 0 0; N 0 0 2.', basis='6-31g')
mf = mol.RHF().run()
mc = doci.CASSCF(mf, 18, 14)
mc.kernel()

Examples

Program reference

.. automodule:: pyscf.doci

doci_mcscf

.. automodule:: pyscf.doci.doci_mcscf
   :members:

doci_slow

.. automodule:: pyscf.doci.doci_slow
   :members: