MPI-SCATCI
2.0
An MPI version of SCATCI
|
Single configuration state function. More...
Public Member Functions | |
procedure, public | print => print_csf |
procedure, public | check_slater => does_it_obey_slater |
Private Attributes | |
type(csfmanager), pointer | manager |
Pointer to the creator CSFManager object. More... | |
type(csforbital), dimension(:), allocatable | orbital |
List of determinants. More... | |
integer | num_orbitals |
integer | id |
integer | orbital_sequence_number |
Pointer to mapping of energies. More... | |
logical | is_continuum |
Whether this is a continuum function or not. More... | |
integer | target_symmetry |
The i discussed in the paper. More... | |
integer | continuum_symmetry |
The gamma discussed in the paper. More... | |
integer | continuum_orbital_idx |
The j = 1 or 2 discussed in the paper. More... | |
integer | target_configuration |
The 'm' discussed in the paper. More... | |
Single configuration state function.
Set of determinants comprising a single configuration state function (CSF). The determinants are represented by instances of the CSFOrbital type.
Definition at line 135 of file CSF_module.F90.
procedure, public csf_module::csfobject::check_slater |
Definition at line 148 of file CSF_module.F90.
procedure, public csf_module::csfobject::print |
Definition at line 147 of file CSF_module.F90.
|
private |
The j = 1 or 2 discussed in the paper.
Definition at line 144 of file CSF_module.F90.
|
private |
The gamma discussed in the paper.
Definition at line 143 of file CSF_module.F90.
|
private |
Definition at line 139 of file CSF_module.F90.
|
private |
Whether this is a continuum function or not.
Definition at line 141 of file CSF_module.F90.
|
private |
Pointer to the creator CSFManager object.
Definition at line 136 of file CSF_module.F90.
|
private |
Definition at line 138 of file CSF_module.F90.
|
private |
List of determinants.
Definition at line 137 of file CSF_module.F90.
|
private |
Pointer to mapping of energies.
Definition at line 140 of file CSF_module.F90.
|
private |
The 'm' discussed in the paper.
Definition at line 145 of file CSF_module.F90.
|
private |
The i discussed in the paper.
Definition at line 142 of file CSF_module.F90.