2015-07-13 18:00:38 +02:00
|
|
|
===================
|
|
|
|
Psiref_utils Module
|
|
|
|
===================
|
|
|
|
|
|
|
|
|
|
|
|
Utilities related to the use of a reference wave function. This module
|
|
|
|
needs to be loaded with any psi_ref module.
|
|
|
|
|
|
|
|
|
|
|
|
Documentation
|
|
|
|
=============
|
|
|
|
|
|
|
|
.. Do not edit this section. It was auto-generated from the
|
|
|
|
.. by the `update_README.py` script.
|
|
|
|
|
2015-09-08 15:29:05 +02:00
|
|
|
`get_index_in_psi_ref_sorted_bit <http://github.com/LCPQ/quantum_package/tree/master/src/Psiref_Utils/psi_ref_utils.irp.f#L182>`_
|
2015-07-29 18:27:07 +02:00
|
|
|
Returns the index of the determinant in the ``psi_ref_sorted_bit`` array
|
|
|
|
|
|
|
|
|
2015-09-08 15:29:05 +02:00
|
|
|
`h_matrix_ref <http://github.com/LCPQ/quantum_package/tree/master/src/Psiref_Utils/psi_ref_utils.irp.f#L116>`_
|
2015-07-25 00:26:00 +02:00
|
|
|
Undocumented
|
|
|
|
|
|
|
|
|
2015-07-28 18:57:43 +02:00
|
|
|
`holes_operators <http://github.com/LCPQ/quantum_package/tree/master/src/Psiref_Utils/psi_ref_excitations_operators.irp.f#L3>`_
|
|
|
|
holes_operators represents an array of integers where all the holes have
|
|
|
|
been done going from psi_ref to psi_non_ref
|
|
|
|
particles_operators represents an array of integers where all the particles have
|
|
|
|
been done going from psi_ref to psi_non_ref
|
|
|
|
|
|
|
|
|
2015-07-25 00:26:00 +02:00
|
|
|
`idx_non_ref <http://github.com/LCPQ/quantum_package/tree/master/src/Psiref_Utils/psi_ref_utils.irp.f#L20>`_
|
|
|
|
Set of determinants which are not part of the reference, defined from the application
|
|
|
|
of the reference bitmask on the determinants.
|
|
|
|
idx_non_ref gives the indice of the determinant in psi_det.
|
2015-07-30 16:05:28 +02:00
|
|
|
idx_non_ref_rev gives the reverse.
|
2015-07-25 00:26:00 +02:00
|
|
|
|
|
|
|
|
2015-07-30 16:05:28 +02:00
|
|
|
`idx_non_ref_rev <http://github.com/LCPQ/quantum_package/tree/master/src/Psiref_Utils/psi_ref_utils.irp.f#L21>`_
|
|
|
|
Set of determinants which are not part of the reference, defined from the application
|
|
|
|
of the reference bitmask on the determinants.
|
|
|
|
idx_non_ref gives the indice of the determinant in psi_det.
|
|
|
|
idx_non_ref_rev gives the reverse.
|
|
|
|
|
|
|
|
|
2015-09-08 15:29:05 +02:00
|
|
|
`is_in_psi_ref <http://github.com/LCPQ/quantum_package/tree/master/src/Psiref_Utils/psi_ref_utils.irp.f#L168>`_
|
2015-07-29 18:27:07 +02:00
|
|
|
True if the determinant ``det`` is in the wave function
|
|
|
|
|
|
|
|
|
2015-07-30 16:05:28 +02:00
|
|
|
`n_det_non_ref <http://github.com/LCPQ/quantum_package/tree/master/src/Psiref_Utils/psi_ref_utils.irp.f#L22>`_
|
2015-07-25 00:26:00 +02:00
|
|
|
Set of determinants which are not part of the reference, defined from the application
|
|
|
|
of the reference bitmask on the determinants.
|
|
|
|
idx_non_ref gives the indice of the determinant in psi_det.
|
2015-07-30 16:05:28 +02:00
|
|
|
idx_non_ref_rev gives the reverse.
|
2015-07-25 00:26:00 +02:00
|
|
|
|
|
|
|
|
2015-07-28 18:57:43 +02:00
|
|
|
`particles_operators <http://github.com/LCPQ/quantum_package/tree/master/src/Psiref_Utils/psi_ref_excitations_operators.irp.f#L4>`_
|
|
|
|
holes_operators represents an array of integers where all the holes have
|
|
|
|
been done going from psi_ref to psi_non_ref
|
|
|
|
particles_operators represents an array of integers where all the particles have
|
|
|
|
been done going from psi_ref to psi_non_ref
|
2015-07-25 00:26:00 +02:00
|
|
|
|
|
|
|
|
2015-09-08 15:29:05 +02:00
|
|
|
`psi_coef_ref_diagonalized <http://github.com/LCPQ/quantum_package/tree/master/src/Psiref_Utils/psi_ref_utils.irp.f#L128>`_
|
2015-07-25 00:26:00 +02:00
|
|
|
Undocumented
|
|
|
|
|
|
|
|
|
|
|
|
`psi_non_ref <http://github.com/LCPQ/quantum_package/tree/master/src/Psiref_Utils/psi_ref_utils.irp.f#L18>`_
|
|
|
|
Set of determinants which are not part of the reference, defined from the application
|
|
|
|
of the reference bitmask on the determinants.
|
|
|
|
idx_non_ref gives the indice of the determinant in psi_det.
|
2015-07-30 16:05:28 +02:00
|
|
|
idx_non_ref_rev gives the reverse.
|
2015-07-25 00:26:00 +02:00
|
|
|
|
|
|
|
|
|
|
|
`psi_non_ref_coef <http://github.com/LCPQ/quantum_package/tree/master/src/Psiref_Utils/psi_ref_utils.irp.f#L19>`_
|
|
|
|
Set of determinants which are not part of the reference, defined from the application
|
|
|
|
of the reference bitmask on the determinants.
|
|
|
|
idx_non_ref gives the indice of the determinant in psi_det.
|
2015-07-30 16:05:28 +02:00
|
|
|
idx_non_ref_rev gives the reverse.
|
2015-07-25 00:26:00 +02:00
|
|
|
|
|
|
|
|
2015-09-08 15:29:05 +02:00
|
|
|
`psi_non_ref_coef_restart <http://github.com/LCPQ/quantum_package/tree/master/src/Psiref_Utils/psi_ref_utils.irp.f#L62>`_
|
|
|
|
Set of determinants which are not part of the reference, defined from the application
|
|
|
|
of the reference bitmask on the determinants.
|
|
|
|
idx_non_ref gives the indice of the determinant in psi_det.
|
|
|
|
But this is with respect to the restart wave function.
|
|
|
|
|
|
|
|
|
|
|
|
`psi_non_ref_coef_sorted_bit <http://github.com/LCPQ/quantum_package/tree/master/src/Psiref_Utils/psi_ref_utils.irp.f#L104>`_
|
2015-07-25 00:26:00 +02:00
|
|
|
Reference determinants sorted to accelerate the search of a random determinant in the wave
|
|
|
|
function.
|
|
|
|
|
|
|
|
|
2015-09-08 15:29:05 +02:00
|
|
|
`psi_non_ref_restart <http://github.com/LCPQ/quantum_package/tree/master/src/Psiref_Utils/psi_ref_utils.irp.f#L61>`_
|
|
|
|
Set of determinants which are not part of the reference, defined from the application
|
|
|
|
of the reference bitmask on the determinants.
|
|
|
|
idx_non_ref gives the indice of the determinant in psi_det.
|
|
|
|
But this is with respect to the restart wave function.
|
|
|
|
|
|
|
|
|
|
|
|
`psi_non_ref_sorted_bit <http://github.com/LCPQ/quantum_package/tree/master/src/Psiref_Utils/psi_ref_utils.irp.f#L103>`_
|
2015-07-25 00:26:00 +02:00
|
|
|
Reference determinants sorted to accelerate the search of a random determinant in the wave
|
|
|
|
function.
|
|
|
|
|
|
|
|
|
|
|
|
`psi_ref_coef_sorted_bit <http://github.com/LCPQ/quantum_package/tree/master/src/Psiref_Utils/psi_ref_utils.irp.f#L5>`_
|
|
|
|
Reference determinants sorted to accelerate the search of a random determinant in the wave
|
|
|
|
function.
|
|
|
|
|
|
|
|
|
2015-09-08 15:29:05 +02:00
|
|
|
`psi_ref_energy <http://github.com/LCPQ/quantum_package/tree/master/src/Psiref_Utils/psi_ref_utils.irp.f#L147>`_
|
2015-07-25 00:26:00 +02:00
|
|
|
Undocumented
|
|
|
|
|
|
|
|
|
2015-09-08 15:29:05 +02:00
|
|
|
`psi_ref_energy_diagonalized <http://github.com/LCPQ/quantum_package/tree/master/src/Psiref_Utils/psi_ref_utils.irp.f#L129>`_
|
2015-07-25 00:26:00 +02:00
|
|
|
Undocumented
|
|
|
|
|
|
|
|
|
|
|
|
`psi_ref_sorted_bit <http://github.com/LCPQ/quantum_package/tree/master/src/Psiref_Utils/psi_ref_utils.irp.f#L4>`_
|
|
|
|
Reference determinants sorted to accelerate the search of a random determinant in the wave
|
|
|
|
function.
|
|
|
|
|