10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-22 13:12:23 +02:00
QuantumPackage/docs/source/programs/pt2.rst

56 lines
1.1 KiB
ReStructuredText
Raw Normal View History

2019-01-25 11:39:31 +01:00
.. _pt2:
.. program:: pt2
===
pt2
===
2019-01-25 14:54:22 +01:00
2019-01-29 23:10:00 +01:00
Second order perturbative correction to the wave function contained
in the |EZFIO| directory.
2019-01-25 14:54:22 +01:00
2019-01-29 23:10:00 +01:00
This programs runs the stochastic |PT2| correction on all
:option:`determinants n_states` wave functions stored in the |EZFIO|
directory.
2019-01-25 11:39:31 +01:00
2019-01-29 23:10:00 +01:00
The main option for the |PT2| correction is the
:option:`perturbation pt2_relative_error` which is the relative
stochastic error on the |PT2| to reach before stopping the
sampling.
2019-01-25 11:39:31 +01:00
Needs:
.. hlist::
:columns: 3
* :c:data:`is_zmq_slave`
* :c:data:`mo_two_e_integrals_in_map`
* :c:data:`psi_energy`
* :c:data:`read_wf`
2020-12-06 22:58:30 +01:00
* :c:data:`threshold_generators`
2019-01-25 11:39:31 +01:00
Calls:
.. hlist::
:columns: 3
* :c:func:`run`
* :c:func:`run_slave_cipsi`
Touches:
.. hlist::
:columns: 3
* :c:data:`distributed_davidson`
2019-01-25 14:54:22 +01:00
* :c:data:`pt2_e0_denominator`
2019-01-25 11:39:31 +01:00
* :c:data:`pt2_stoch_istate`
* :c:data:`read_wf`
2019-06-15 00:28:29 +02:00
* :c:data:`selection_weight`
2019-01-25 11:39:31 +01:00
* :c:data:`state_average_weight`
* :c:data:`threshold_generators`