![]() |
(git:b77b4be)
|
Determine active space Hamiltonian. More...
Functions/Subroutines | |
subroutine | eri_fcidump_set (this, bra_start, ket_start) |
Sets the starting indices of the bra and ket. | |
subroutine, public | active_space_main (qs_env) |
Main method for determining the active space Hamiltonian. | |
Determine active space Hamiltonian.
subroutine qs_active_space_methods::eri_fcidump_set | ( | class(eri_fcidump_checksum) | this, |
integer, intent(in) | bra_start, | ||
integer, intent(in) | ket_start | ||
) |
Sets the starting indices of the bra and ket.
this | object reference |
bra_start | starting index of the bra |
ket_start | starting index of the ket |
Definition at line 185 of file qs_active_space_methods.F.
subroutine, public qs_active_space_methods::active_space_main | ( | type(qs_environment_type), pointer | qs_env | ) |
Main method for determining the active space Hamiltonian.
qs_env | ... |
Definition at line 196 of file qs_active_space_methods.F.