10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-09-27 20:11:25 +02:00
quantum_package/docs/source/modules/selectors_full.rst

73 lines
1.4 KiB
ReStructuredText
Raw Normal View History

.. _selectors_full:
.. program:: selectors_full
.. default-role:: option
==============
2018-12-28 19:19:14 +01:00
selectors_full
==============
All the determinants are possible selectors. Only the largest contributions are kept, where
a threshold is applied to the squared norm of the wave function, with the :option:`determinants
threshold_selectors` flag.
2018-11-26 13:45:32 +01:00
Providers
---------
.. c:var:: n_det_selectors
.. code:: text
integer :: n_det_selectors
File: :file:`selectors.irp.f`
For Single reference wave functions, the number of selectors is 1 : the Hartree-Fock determinant
.. c:var:: psi_selectors
.. code:: text
integer(bit_kind), allocatable :: psi_selectors (N_int,2,psi_selectors_size)
double precision, allocatable :: psi_selectors_coef (psi_selectors_size,N_states)
File: :file:`selectors.irp.f`
Determinants on which we apply <i|H|psi> for perturbation.
.. c:var:: psi_selectors_coef
.. code:: text
integer(bit_kind), allocatable :: psi_selectors (N_int,2,psi_selectors_size)
double precision, allocatable :: psi_selectors_coef (psi_selectors_size,N_states)
File: :file:`selectors.irp.f`
Determinants on which we apply <i|H|psi> for perturbation.
2018-12-21 00:13:41 +01:00
.. c:var:: threshold_selectors
.. code:: text
double precision :: threshold_selectors
File: :file:`selectors.irp.f`
Thresholds on selectors (fraction of the square of the norm)