(git:c5411e0)
Loading...
Searching...
No Matches
mscfg_types Module Reference

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
 

Detailed Description

Types used to generate the molecular SCF guess.

History
10.2014 created [Rustam Z Khaliullin]
Author
Rustam Z Khaliullin

Function/Subroutine Documentation

◆ molecular_scf_guess_env_init()

subroutine, public mscfg_types::molecular_scf_guess_env_init ( type(molecular_scf_guess_env_type env,
integer, intent(in)  nfrags 
)

Allocates data.

Parameters
env...
nfragsnumber of entries
History
2014.10 created [Rustam Z Khaliullin]
Author
Rustam Z Khaliullin

Definition at line 66 of file mscfg_types.F.

Here is the caller graph for this function:

◆ molecular_scf_guess_env_destroy()

subroutine, public mscfg_types::molecular_scf_guess_env_destroy ( type(molecular_scf_guess_env_type env)

Destroyes both data and environment.

Parameters
env...
History
2014.10 created [Rustam Z Khaliullin]
Author
Rustam Z Khaliullin

Definition at line 94 of file mscfg_types.F.

Here is the caller graph for this function:

◆ get_matrix_from_submatrices()

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.

Parameters
mscfg_envenv containing MOs of fragments
matrix_outall existing blocks will be deleted!
isetwhich set of MOs in mscfg_env has to be converted (e.g. spin)
History
10.2014 created [Rustam Z Khaliullin]
Author
Rustam Z Khaliullin

Definition at line 124 of file mscfg_types.F.

Here is the caller graph for this function:

Variable Documentation

◆ mscfg_max_moset_size

integer, parameter, public mscfg_types::mscfg_max_moset_size = 2

Definition at line 31 of file mscfg_types.F.