![]() |
(git:b77b4be)
|
Types and set/get functions for auxiliary density matrix methods. More...
Data Types | |
type | admm_dm_type |
type | mcweeny_history_type |
Functions/Subroutines | |
subroutine, public | admm_dm_create (admm_dm, admm_control, nspins, natoms) |
Create a new admm_dm type. | |
subroutine, public | admm_dm_release (admm_dm) |
Release a admm_dm type. | |
Types and set/get functions for auxiliary density matrix methods.
subroutine, public admm_dm_types::admm_dm_create | ( | type(admm_dm_type), pointer | admm_dm, |
type(admm_control_type), pointer | admm_control, | ||
integer, intent(in) | nspins, | ||
integer, intent(in) | natoms | ||
) |
Create a new admm_dm type.
admm_dm | ... |
admm_control | ... |
nspins | ... |
natoms | ... |
Definition at line 62 of file admm_dm_types.F.
subroutine, public admm_dm_types::admm_dm_release | ( | type(admm_dm_type), pointer | admm_dm | ) |
Release a admm_dm type.
admm_dm | ... |
Definition at line 98 of file admm_dm_types.F.