qp2/src/cisd
Anthony Scemama 50800f41c3
continuous-integration/drone/push Build is failing Details
Fixing tests
2023-10-18 00:13:10 +02:00
..
30.cisd.bats Fixing tests 2023-10-18 00:13:10 +02:00
EZFIO.cfg added lccsd 2023-08-09 16:23:09 +02:00
NEED added lccsd 2023-08-09 16:23:09 +02:00
README.rst Initial commit 2019-01-25 11:39:31 +01:00
cisd.irp.f cisd conversion Ha eV, (Q) if n_elec >= 4 2023-03-10 17:34:57 +01:00
cisd_routine.irp.f removed generators bitmaks, and casscf with not continuous orbital windows is working 2019-10-24 19:02:42 +02:00
h_apply.irp.f First python3 3 working installation 2020-03-17 18:02:29 +01:00
lccsd.irp.f added lccsd 2023-08-09 16:23:09 +02:00
lccsd_prov.irp.f added some stuffs for TC-CASSCF 2023-09-01 11:35:28 +02:00

README.rst

====
cisd
====

This module contains a CI of single and double excitations.

The user point of view
----------------------

The :command:`cisd` program performs the CI of the ROHF-like + all single and double excitations on top of it.
This program can be very useful to :

* **Ground state calculations**: generate a guess for the ground state wave function if one is not sure that the :c:func:`scf` program gave the lowest SCF solution. In combination with :c:func:`save_natorb` it can produce new |MOs| in order to reperform an :c:func:`scf` optimization.

* **Excited states calculations**: generate guess for all the :option:`determinants n_states` wave functions, that will be used by the :c:func:`fci` program.


The main keywords/options to be used are:

* :option:`determinants n_states` : number of states to consider for the |cisd| calculation

* :option:`determinants s2_eig` : force all states to have the desired value of :math:`S^2`

* :option:`determinants expected_s2` : desired value of :math:`S^2`

The programmer point of view
----------------------------

This module have been built by setting the following rules:


* The only generator determinant is the Hartree-Fock (single-reference method)
* All generated determinants are included in the wave function (no perturbative
  selection)

These rules are set in the ``H_apply.irp.f`` file.