MPI-SCATCI
2.0
An MPI version of SCATCI
|
Single determinant. More...
Public Member Functions | |
procedure, public | compare_excitations_fast |
procedure, public | get_determinants |
Private Member Functions | |
final | destroy_orbitals |
Private Attributes | |
type(csfobject), pointer | csf |
Pointer to the CSFObject with CSF this determinant belongs to. More... | |
integer | id_dtr |
Offset in the global determinant array. More... | |
Single determinant.
Class holding data for a single determinant that forms a part of a configuration state function (CSF). At the moment, it holds just offset in the shared contiguous determinant bit array, which is managed by CSFManager type.
Definition at line 118 of file CSF_module.F90.
procedure, public csf_module::csforbital::compare_excitations_fast |
Definition at line 122 of file CSF_module.F90.
|
finalprivate |
procedure, public csf_module::csforbital::get_determinants |
Definition at line 123 of file CSF_module.F90.
|
private |
Pointer to the CSFObject with CSF this determinant belongs to.
Definition at line 119 of file CSF_module.F90.
|
private |
Offset in the global determinant array.
Definition at line 120 of file CSF_module.F90.