quantum_package/src/Bitmask/README.rst

502 lines
18 KiB
ReStructuredText
Raw Normal View History

2014-04-03 16:23:27 +02:00
==============
Bitmask Module
==============
2014-04-10 22:17:26 +02:00
The central part of this module is the ``bitmasks_module.f90`` file. It contains
the constants that will be used to define on which kind of integer the bitmasks
will be defined.
In the program, when an integer ``X`` is used to represent a bit string (like a determinant
2014-04-10 22:26:42 +02:00
for example), it should be defined as, for example:
2014-04-10 22:17:26 +02:00
.. code-block:: fortran
use bitmasks
integer(bit_kind) :: X
The ``bitmasks_routines.irp.f`` contains helper routines to manipulate bitmassk, like
transforming a bit string to a list of integers for example.
Assumptions
===========
.. Do not edit this section. It was auto-generated from the
2015-05-27 11:02:13 +02:00
.. NEEDED_MODULES_CHILDREN file by the `update_README.py` script.
2014-04-10 22:17:26 +02:00
2014-04-17 23:50:51 +02:00
``bit_kind_shift``, ``bit_kind_size`` and ``bit_kind`` are coherent:
.. code_block:: fortran
2014-04-10 22:17:26 +02:00
2**bit_kind_shift = bit_kind_size
bit_kind = bit_kind_size / 8
2014-04-03 16:23:27 +02:00
Needed Modules
2014-04-04 00:41:43 +02:00
==============
2015-07-28 16:45:45 +02:00
.. Do not edit this section It was auto-generated
2015-06-04 12:15:54 +02:00
.. by the `update_README.py` script.
2014-04-03 16:23:27 +02:00
2015-06-04 12:15:54 +02:00
.. image:: tree_dependency.png
2015-06-24 11:33:27 +02:00
* `MO_Basis <http://github.com/LCPQ/quantum_package/tree/master/src/MO_Basis>`_
2014-04-03 16:23:27 +02:00
2015-07-28 17:02:00 +02:00
Needed Modules
==============
.. Do not edit this section It was auto-generated
.. by the `update_README.py` script.
.. image:: tree_dependency.png
* `MO_Basis <http://github.com/LCPQ/quantum_package/tree/master/src/MO_Basis>`_
Documentation
=============
.. Do not edit this section It was auto-generated
.. by the `update_README.py` script.
2015-06-04 12:15:54 +02:00
`bitstring_to_hexa <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/bitmasks_routines.irp.f#L98>`_
Transform a bit string to a string in hexadecimal format for printing
2015-04-13 10:44:49 +02:00
2015-06-04 12:15:54 +02:00
`bitstring_to_list <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/bitmasks_routines.irp.f#L1>`_
Gives the inidices(+1) of the bits set to 1 in the bit string
2015-04-13 10:44:49 +02:00
2015-06-04 12:15:54 +02:00
`bitstring_to_str <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/bitmasks_routines.irp.f#L65>`_
Transform a bit string to a string for printing
2015-04-13 10:44:49 +02:00
2019-02-05 21:59:26 +01:00
`broadcast_chunks_bit_kind <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/mpi.irp.f#L21>`_
Broadcast with chunks of ~2GB
`cas_bitmask <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/bitmasks.irp.f#L365>`_
2015-04-13 10:44:49 +02:00
Bitmasks for CAS reference determinants. (N_int, alpha/beta, CAS reference)
2015-06-04 12:15:54 +02:00
2019-02-05 21:59:26 +01:00
`closed_shell_ref_bitmask <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/bitmasks.irp.f#L702>`_
2016-09-22 12:15:20 +02:00
Undocumented
2014-07-16 15:31:02 +02:00
2015-06-04 12:15:54 +02:00
2019-02-05 21:59:26 +01:00
`core_bitmask <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/bitmasks.irp.f#L629>`_
2017-10-27 12:20:00 +02:00
Core + deleted orbitals bitmask
`core_inact_act_bitmask_4 <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/bitmasks.irp.f#L46>`_
Undocumented
2019-02-05 21:59:26 +01:00
`core_inact_virt_bitmask <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/bitmasks.irp.f#L597>`_
2017-10-27 12:20:00 +02:00
Reunion of the inactive and virtual bitmasks
2015-06-04 12:15:54 +02:00
`debug_det <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/bitmasks_routines.irp.f#L120>`_
Subroutine to print the content of a determinant in '+-' notation and
hexadecimal representation.
`debug_spindet <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/bitmasks_routines.irp.f#L155>`_
Subroutine to print the content of a determinant in '+-' notation and
hexadecimal representation.
2017-10-27 12:20:00 +02:00
`full_ijkl_bitmask <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/bitmasks.irp.f#L18>`_
2014-05-13 13:57:58 +02:00
Bitmask to include all possible MOs
2015-06-04 12:15:54 +02:00
2017-10-27 12:20:00 +02:00
`full_ijkl_bitmask_4 <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/bitmasks.irp.f#L35>`_
2016-09-22 12:15:20 +02:00
Undocumented
2019-02-05 21:59:26 +01:00
`generators_bitmask <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/bitmasks.irp.f#L256>`_
Bitmasks for generator determinants.
(N_int, alpha/beta, hole/particle, generator).
.br
3rd index is :
.br
* 1 : hole for single exc
.br
* 2 : particle for single exc
.br
* 3 : hole for 1st exc of double
.br
* 4 : particle for 1st exc of double
.br
* 5 : hole for 2nd exc of double
.br
* 6 : particle for 2nd exc of double
.br
2019-02-05 21:59:26 +01:00
`generators_bitmask_restart <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/bitmasks.irp.f#L185>`_
2015-04-13 10:44:49 +02:00
Bitmasks for generator determinants.
(N_int, alpha/beta, hole/particle, generator).
.br
3rd index is :
2015-04-13 10:44:49 +02:00
.br
* 1 : hole for single exc
2015-04-13 10:44:49 +02:00
.br
* 2 : particle for single exc
.br
* 3 : hole for 1st exc of double
2015-04-13 10:44:49 +02:00
.br
* 4 : particle for 1st exc of double
2015-04-13 10:44:49 +02:00
.br
* 5 : hole for 2nd exc of double
.br
* 6 : particle for 2nd exc of double
.br
2015-06-04 12:15:54 +02:00
2017-10-27 12:20:00 +02:00
`hf_bitmask <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/bitmasks.irp.f#L71>`_
2014-05-13 13:57:58 +02:00
Hartree Fock bit mask
2015-06-04 12:15:54 +02:00
2019-02-05 21:59:26 +01:00
`i_bitmask_gen <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/bitmasks.irp.f#L646>`_
Current bitmask for the generators
2015-06-04 12:15:54 +02:00
2019-02-05 21:59:26 +01:00
`inact_bitmask <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/bitmasks.irp.f#L419>`_
2016-09-22 12:15:20 +02:00
inact_bitmask : Bitmask of the inactive orbitals which are supposed to be doubly excited
in post CAS methods
n_inact_orb : Number of inactive orbitals
virt_bitmask : Bitmaks of vritual orbitals which are supposed to be recieve electrons
in post CAS methods
n_virt_orb : Number of virtual orbitals
2015-04-13 10:44:49 +02:00
2015-06-04 12:15:54 +02:00
2019-02-05 21:59:26 +01:00
`inact_virt_bitmask <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/bitmasks.irp.f#L596>`_
Reunion of the inactive and virtual bitmasks
2016-09-22 12:15:20 +02:00
`index_holes_bitmask <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/modify_bitmasks.irp.f#L260>`_
Index of the holes in the generators_bitmasks
`index_particl_bitmask <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/modify_bitmasks.irp.f#L271>`_
Index of the holes in the generators_bitmasks
`initialize_bitmask_to_restart_ones <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/modify_bitmasks.irp.f#L3>`_
Initialization of the generators_bitmask to the restart bitmask
2017-10-27 12:20:00 +02:00
`is_a_1h <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/bitmask_cas_routines.irp.f#L499>`_
Undocumented
`is_a_1h1p <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/bitmask_cas_routines.irp.f#L466>`_
2016-09-22 12:15:20 +02:00
Undocumented
2017-10-27 12:20:00 +02:00
`is_a_1h2p <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/bitmask_cas_routines.irp.f#L477>`_
2016-09-22 12:15:20 +02:00
Undocumented
2017-10-27 12:20:00 +02:00
`is_a_1p <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/bitmask_cas_routines.irp.f#L510>`_
2016-09-22 12:15:20 +02:00
Undocumented
2017-10-27 12:20:00 +02:00
`is_a_2h <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/bitmask_cas_routines.irp.f#L532>`_
2016-09-22 12:15:20 +02:00
Undocumented
2017-10-27 12:20:00 +02:00
`is_a_2h1p <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/bitmask_cas_routines.irp.f#L488>`_
2016-09-22 12:15:20 +02:00
Undocumented
2017-10-27 12:20:00 +02:00
`is_a_2p <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/bitmask_cas_routines.irp.f#L521>`_
Undocumented
`is_a_two_holes_two_particles <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/bitmask_cas_routines.irp.f#L212>`_
logical function that returns True if the determinant 'key_in'
belongs to the 2h-2p excitation class of the DDCI space
this is calculated using the CAS_bitmask that defines the active
orbital space, the inact_bitmasl that defines the inactive oribital space
and the virt_bitmask that defines the virtual orbital space
`is_i_in_virtual <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/bitmask_cas_routines.irp.f#L543>`_
2015-06-04 12:15:54 +02:00
Undocumented
2016-09-22 12:15:20 +02:00
`is_the_hole_in_det <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/find_hole.irp.f#L1>`_
Undocumented
`is_the_particl_in_det <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/find_hole.irp.f#L29>`_
Undocumented
2019-02-05 21:59:26 +01:00
`list_act <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/bitmasks.irp.f#L680>`_
2017-10-27 12:20:00 +02:00
list_act(i) = index of the ith active orbital
.br
list_act_reverse : reverse list of active orbitals
list_act_reverse(i) = 0 ::> not an active
list_act_reverse(i) = k ::> IS the kth active orbital
2019-02-05 21:59:26 +01:00
`list_act_reverse <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/bitmasks.irp.f#L681>`_
2017-10-27 12:20:00 +02:00
list_act(i) = index of the ith active orbital
.br
list_act_reverse : reverse list of active orbitals
list_act_reverse(i) = 0 ::> not an active
list_act_reverse(i) = k ::> IS the kth active orbital
2019-02-05 21:59:26 +01:00
`list_core <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/bitmasks.irp.f#L611>`_
2017-10-27 12:20:00 +02:00
List of the core orbitals that are never excited in post CAS method
2019-02-05 21:59:26 +01:00
`list_core_inact <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/bitmasks.irp.f#L511>`_
2017-10-27 12:20:00 +02:00
Undocumented
2019-02-05 21:59:26 +01:00
`list_core_inact_act <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/bitmasks.irp.f#L566>`_
2017-10-27 12:20:00 +02:00
Undocumented
2019-02-05 21:59:26 +01:00
`list_core_inact_act_reverse <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/bitmasks.irp.f#L567>`_
2017-10-27 12:20:00 +02:00
Undocumented
2016-09-22 12:15:20 +02:00
2019-02-05 21:59:26 +01:00
`list_core_inact_reverse <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/bitmasks.irp.f#L512>`_
2017-10-27 12:20:00 +02:00
Undocumented
2019-02-05 21:59:26 +01:00
`list_core_reverse <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/bitmasks.irp.f#L612>`_
2016-09-22 12:15:20 +02:00
List of the core orbitals that are never excited in post CAS method
2019-02-05 21:59:26 +01:00
`list_inact <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/bitmasks.irp.f#L470>`_
2016-09-22 12:15:20 +02:00
list_inact : List of the inactive orbitals which are supposed to be doubly excited
in post CAS methods
list_virt : List of vritual orbitals which are supposed to be recieve electrons
in post CAS methods
2017-10-27 12:20:00 +02:00
list_inact_reverse : reverse list of inactive orbitals
list_inact_reverse(i) = 0 ::> not an inactive
list_inact_reverse(i) = k ::> IS the kth inactive
list_virt_reverse : reverse list of virtual orbitals
list_virt_reverse(i) = 0 ::> not an virtual
list_virt_reverse(i) = k ::> IS the kth virtual
2019-02-05 21:59:26 +01:00
`list_inact_reverse <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/bitmasks.irp.f#L472>`_
2017-10-27 12:20:00 +02:00
list_inact : List of the inactive orbitals which are supposed to be doubly excited
in post CAS methods
list_virt : List of vritual orbitals which are supposed to be recieve electrons
in post CAS methods
list_inact_reverse : reverse list of inactive orbitals
list_inact_reverse(i) = 0 ::> not an inactive
list_inact_reverse(i) = k ::> IS the kth inactive
list_virt_reverse : reverse list of virtual orbitals
list_virt_reverse(i) = 0 ::> not an virtual
list_virt_reverse(i) = k ::> IS the kth virtual
2016-09-22 12:15:20 +02:00
2015-06-04 12:15:54 +02:00
`list_to_bitstring <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/bitmasks_routines.irp.f#L29>`_
Returns the physical string "string(N_int,2)" from the array of
occupations "list(N_int*bit_kind_size,2)
2019-02-05 21:59:26 +01:00
`list_virt <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/bitmasks.irp.f#L471>`_
2016-09-22 12:15:20 +02:00
list_inact : List of the inactive orbitals which are supposed to be doubly excited
in post CAS methods
list_virt : List of vritual orbitals which are supposed to be recieve electrons
in post CAS methods
2017-10-27 12:20:00 +02:00
list_inact_reverse : reverse list of inactive orbitals
list_inact_reverse(i) = 0 ::> not an inactive
list_inact_reverse(i) = k ::> IS the kth inactive
list_virt_reverse : reverse list of virtual orbitals
list_virt_reverse(i) = 0 ::> not an virtual
list_virt_reverse(i) = k ::> IS the kth virtual
2019-02-05 21:59:26 +01:00
`list_virt_reverse <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/bitmasks.irp.f#L473>`_
2017-10-27 12:20:00 +02:00
list_inact : List of the inactive orbitals which are supposed to be doubly excited
in post CAS methods
list_virt : List of vritual orbitals which are supposed to be recieve electrons
in post CAS methods
list_inact_reverse : reverse list of inactive orbitals
list_inact_reverse(i) = 0 ::> not an inactive
list_inact_reverse(i) = k ::> IS the kth inactive
list_virt_reverse : reverse list of virtual orbitals
list_virt_reverse(i) = 0 ::> not an virtual
list_virt_reverse(i) = k ::> IS the kth virtual
2016-09-22 12:15:20 +02:00
`modify_bitmasks_for_hole <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/modify_bitmasks.irp.f#L25>`_
modify the generators_bitmask in order that one can only excite
the electrons occupying i_hole
`modify_bitmasks_for_hole_in_out <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/modify_bitmasks.irp.f#L60>`_
modify the generators_bitmask in order that one can only excite
the electrons occupying i_hole
`modify_bitmasks_for_particl <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/modify_bitmasks.irp.f#L83>`_
modify the generators_bitmask in order that one can only excite
the electrons to the orbital i_part
2019-02-05 21:59:26 +01:00
`mpi_bit_kind <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/mpi.irp.f#L1>`_
MPI bit kind type
`n_act_orb <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/bitmasks.irp.f#L667>`_
2016-09-22 12:15:20 +02:00
number of active orbitals
2019-02-05 21:59:26 +01:00
`n_cas_bitmask <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/bitmasks.irp.f#L324>`_
2015-04-13 10:44:49 +02:00
Number of bitmasks for CAS
2015-06-04 12:15:54 +02:00
2019-02-05 21:59:26 +01:00
`n_core_inact_act_orb <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/bitmasks.irp.f#L552>`_
2017-10-27 12:20:00 +02:00
Reunion of the core, inactive and active bitmasks
2019-02-05 21:59:26 +01:00
`n_core_inact_orb <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/bitmasks.irp.f#L529>`_
2017-10-27 12:20:00 +02:00
Undocumented
2016-09-22 12:15:20 +02:00
2019-02-05 21:59:26 +01:00
`n_core_orb <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/bitmasks.irp.f#L630>`_
2017-10-27 12:20:00 +02:00
Core + deleted orbitals bitmask
2016-09-22 12:15:20 +02:00
2017-10-27 12:20:00 +02:00
2019-02-05 21:59:26 +01:00
`n_core_orb_allocate <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/bitmasks.irp.f#L725>`_
2017-10-27 12:20:00 +02:00
Undocumented
`n_generators_bitmask <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/bitmasks.irp.f#L97>`_
Number of bitmasks for generators
2015-06-04 12:15:54 +02:00
2019-02-05 21:59:26 +01:00
`n_generators_bitmask_restart <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/bitmasks.irp.f#L140>`_
2016-09-22 12:15:20 +02:00
Number of bitmasks for generators
2019-02-05 21:59:26 +01:00
`n_inact_orb <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/bitmasks.irp.f#L421>`_
2016-09-22 12:15:20 +02:00
inact_bitmask : Bitmask of the inactive orbitals which are supposed to be doubly excited
in post CAS methods
n_inact_orb : Number of inactive orbitals
virt_bitmask : Bitmaks of vritual orbitals which are supposed to be recieve electrons
in post CAS methods
n_virt_orb : Number of virtual orbitals
2019-02-05 21:59:26 +01:00
`n_inact_orb_allocate <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/bitmasks.irp.f#L730>`_
2017-10-27 12:20:00 +02:00
Undocumented
2014-05-14 00:01:31 +02:00
`n_int <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/bitmasks.irp.f#L3>`_
2014-05-13 13:57:58 +02:00
Number of 64-bit integers needed to represent determinants as binary strings
2019-02-05 21:59:26 +01:00
`n_virt_orb <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/bitmasks.irp.f#L422>`_
2016-09-22 12:15:20 +02:00
inact_bitmask : Bitmask of the inactive orbitals which are supposed to be doubly excited
in post CAS methods
n_inact_orb : Number of inactive orbitals
virt_bitmask : Bitmaks of vritual orbitals which are supposed to be recieve electrons
in post CAS methods
n_virt_orb : Number of virtual orbitals
2019-02-05 21:59:26 +01:00
`n_virt_orb_allocate <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/bitmasks.irp.f#L735>`_
2015-06-04 12:15:54 +02:00
Undocumented
2014-05-13 13:57:58 +02:00
2017-10-27 12:20:00 +02:00
`number_of_holes <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/bitmask_cas_routines.irp.f#L2>`_
Function that returns the number of holes in the inact space
2014-05-13 13:57:58 +02:00
2017-10-27 12:20:00 +02:00
`number_of_holes_verbose <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/bitmask_cas_routines.irp.f#L408>`_
function that returns the number of holes in the inact space
2017-10-27 12:20:00 +02:00
`number_of_particles <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/bitmask_cas_routines.irp.f#L107>`_
function that returns the number of particles in the virtual space
`number_of_particles_verbose <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/bitmask_cas_routines.irp.f#L438>`_
function that returns the number of particles in the inact space
2015-06-04 12:15:54 +02:00
2015-04-13 10:44:49 +02:00
`print_det <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/bitmasks_routines.irp.f#L138>`_
Subroutine to print the content of a determinant using the '+-' notation
2014-05-13 13:57:58 +02:00
2015-06-04 12:15:54 +02:00
2016-09-22 12:15:20 +02:00
`print_generators_bitmasks_holes <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/modify_bitmasks.irp.f#L169>`_
Undocumented
`print_generators_bitmasks_holes_for_one_generator <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/modify_bitmasks.irp.f#L213>`_
Undocumented
`print_generators_bitmasks_particles <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/modify_bitmasks.irp.f#L191>`_
Undocumented
`print_generators_bitmasks_particles_for_one_generator <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/modify_bitmasks.irp.f#L236>`_
Undocumented
`print_spindet <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/bitmasks_routines.irp.f#L171>`_
Subroutine to print the content of a determinant using the '+-' notation
2014-05-13 13:57:58 +02:00
2017-10-27 12:20:00 +02:00
`ref_bitmask <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/bitmasks.irp.f#L89>`_
2015-06-04 12:15:54 +02:00
Reference bit mask, used in Slater rules, chosen as Hartree-Fock bitmask
2019-02-05 21:59:26 +01:00
`reunion_of_bitmask <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/bitmasks.irp.f#L583>`_
Reunion of the inactive, active and virtual bitmasks
2019-02-05 21:59:26 +01:00
`reunion_of_cas_inact_bitmask <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/bitmasks.irp.f#L712>`_
2016-09-22 12:15:20 +02:00
Reunion of the inactive, active and virtual bitmasks
2019-02-05 21:59:26 +01:00
`reunion_of_core_inact_act_bitmask <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/bitmasks.irp.f#L551>`_
2017-10-27 12:20:00 +02:00
Reunion of the core, inactive and active bitmasks
2019-02-05 21:59:26 +01:00
`reunion_of_core_inact_bitmask <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/bitmasks.irp.f#L538>`_
2017-10-27 12:20:00 +02:00
Reunion of the core and inactive and virtual bitmasks
2016-09-22 12:15:20 +02:00
`set_bitmask_hole_as_input <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/modify_bitmasks.irp.f#L144>`_
set the generators_bitmask for the holes
as the input_bimask
`set_bitmask_particl_as_input <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/modify_bitmasks.irp.f#L119>`_
set the generators_bitmask for the particles
as the input_bimask
2019-02-05 21:59:26 +01:00
`unpaired_alpha_electrons <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/bitmasks.irp.f#L655>`_
Bitmask reprenting the unpaired alpha electrons in the HF_bitmask
2019-02-05 21:59:26 +01:00
`virt_bitmask <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/bitmasks.irp.f#L420>`_
2016-09-22 12:15:20 +02:00
inact_bitmask : Bitmask of the inactive orbitals which are supposed to be doubly excited
in post CAS methods
n_inact_orb : Number of inactive orbitals
virt_bitmask : Bitmaks of vritual orbitals which are supposed to be recieve electrons
in post CAS methods
n_virt_orb : Number of virtual orbitals
2014-05-13 13:57:58 +02:00
2017-10-27 12:20:00 +02:00
`virt_bitmask_4 <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask/bitmasks.irp.f#L57>`_
Undocumented