![]() |
(git:d18deda)
|
Types used to generate the molecular SCF guess. More...
Data Types | |
type | molecular_scf_guess_env_type |
Functions/Subroutines | |
subroutine, public | molecular_scf_guess_env_init (env, nfrags) |
Allocates data. | |
subroutine, public | molecular_scf_guess_env_destroy (env) |
Destroyes both data and environment. | |
subroutine, public | get_matrix_from_submatrices (mscfg_env, matrix_out, iset) |
Creates a distributed matrix from MOs on fragments. | |
Variables | |
integer, parameter, public | mscfg_max_moset_size = 2 |
Types used to generate the molecular SCF guess.
subroutine, public mscfg_types::molecular_scf_guess_env_init | ( | type(molecular_scf_guess_env_type) | env, |
integer, intent(in) | nfrags | ||
) |
Allocates data.
env | ... |
nfrags | number of entries |
Definition at line 65 of file mscfg_types.F.
subroutine, public mscfg_types::molecular_scf_guess_env_destroy | ( | type(molecular_scf_guess_env_type) | env | ) |
Destroyes both data and environment.
env | ... |
Definition at line 93 of file mscfg_types.F.
subroutine, public mscfg_types::get_matrix_from_submatrices | ( | type(molecular_scf_guess_env_type), intent(in) | mscfg_env, |
type(dbcsr_type), intent(inout) | matrix_out, | ||
integer, intent(in) | iset | ||
) |
Creates a distributed matrix from MOs on fragments.
mscfg_env | env containing MOs of fragments |
matrix_out | all existing blocks will be deleted! |
iset | which set of MOs in mscfg_env has to be converted (e.g. spin) |
Definition at line 123 of file mscfg_types.F.
integer, parameter, public mscfg_types::mscfg_max_moset_size = 2 |
Definition at line 30 of file mscfg_types.F.