![]() |
(git:b77b4be)
|
Public Member Functions | |
subroutine | make_basis_sv_fm (vmatrix, ncol, svmatrix) |
returns an S-orthonormal basis v and the corresponding matrix S*v as well | |
subroutine | make_basis_sv_dbcsr (vmatrix, ncol, svmatrix, para_env, blacs_env) |
... | |
Definition at line 71 of file qs_mo_methods.F.
subroutine qs_mo_methods::make_basis_sv::make_basis_sv_fm | ( | type(cp_fm_type), intent(in) | vmatrix, |
integer, intent(in) | ncol, | ||
type(cp_fm_type), intent(in) | svmatrix | ||
) |
returns an S-orthonormal basis v and the corresponding matrix S*v as well
vmatrix | ... |
ncol | ... |
svmatrix | ... |
Definition at line 134 of file qs_mo_methods.F.
subroutine qs_mo_methods::make_basis_sv::make_basis_sv_dbcsr | ( | type(dbcsr_type) | vmatrix, |
integer, intent(in) | ncol, | ||
type(dbcsr_type) | svmatrix, | ||
type(mp_para_env_type), pointer | para_env, | ||
type(cp_blacs_env_type), pointer | blacs_env | ||
) |
...
vmatrix | ... |
ncol | ... |
svmatrix | ... |
para_env | ... |
blacs_env | ... |
Definition at line 180 of file qs_mo_methods.F.