9
1
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-02 02:35:18 +02:00
qp2/src/fci/README.rst

60 lines
1.7 KiB
ReStructuredText
Raw Normal View History

2019-01-25 11:39:31 +01:00
===
fci
===
|CIPSI| algorithm in the full configuration interaction space.
The user point of view
----------------------
2019-01-29 15:40:00 +01:00
* :ref:`fci` performs |CIPSI| calculations using a stochastic scheme for both
the selection and the |PT2| contribution,
* :ref:`pt2` computes the |PT2| contribution using the wave function stored in
the |EZFIO| database.
2019-01-25 11:39:31 +01:00
The main keywords/options for this module are:
2019-01-29 15:40:00 +01:00
* :option:`determinants n_det_max` : maximum number of Slater determinants in
the |CIPSI| wave function. The :ref:`fci` program will stop when the size of
the |CIPSI| wave function will exceed :option:`determinants n_det_max`.
2019-01-25 11:39:31 +01:00
2019-01-29 15:40:00 +01:00
* :option:`perturbation pt2_max` : absolute value of the |PT2| to stop the
|CIPSI| calculation. Once the abs(|PT2|) :math:`<` :option:`perturbation pt2_max`,
the |CIPSI| calculation stops.
2019-01-25 11:39:31 +01:00
2019-01-29 15:40:00 +01:00
* :option:`determinants n_states` : number of states to consider in the |CIPSI|
calculation.
2019-01-25 11:39:31 +01:00
2019-01-29 15:40:00 +01:00
* :option:`determinants read_wf` : if |false|, starts with a |ROHF|-like
determinant, if |true|, starts with the current wave function(s) stored in
the |EZFIO| directory.
2019-01-25 11:39:31 +01:00
.. note::
2019-01-29 15:40:00 +01:00
For a multi-state calculation, it is recommended to start with :ref:`cis`
or :ref:`cisd` wave functions as a guess.
2019-01-25 11:39:31 +01:00
2019-01-29 15:40:00 +01:00
* :option:`determinants expected_s2` : expected value of |S^2| for the
desired spin multiplicity.
2019-01-25 11:39:31 +01:00
2019-01-29 15:40:00 +01:00
* :option:`determinants s2_eig` : if |true|, systematically add all the
determinants needed to have a pure value of |S^2|. Also, if |true|, it
tracks only the states having the good :option:`determinants expected_s2`.
2019-01-25 11:39:31 +01:00
2019-01-29 15:40:00 +01:00
The programmer's point of view
------------------------------
2019-01-25 11:39:31 +01:00
2019-01-29 15:40:00 +01:00
This module was created with the :ref:`module_cipsi` module.
2019-01-25 11:39:31 +01:00
.. seealso::
2019-01-29 15:40:00 +01:00
The documentation of the :ref:`module_cipsi` module.
2019-01-25 11:39:31 +01:00