![]() |
(git:d18deda)
|
type for berry phase efield matrices. At the moment only used for cosmat and sinmat More...
Data Types | |
type | efield_berry_type |
Functions/Subroutines | |
subroutine, public | init_efield_matrices (efield) |
... | |
subroutine, public | set_efield_matrices (efield, sinmat, cosmat, dipmat) |
... | |
subroutine, public | efield_berry_release (efield) |
... | |
type for berry phase efield matrices. At the moment only used for cosmat and sinmat
subroutine, public qs_period_efield_types::init_efield_matrices | ( | type(efield_berry_type), pointer | efield | ) |
...
efield | ... |
Definition at line 46 of file qs_period_efield_types.F.
subroutine, public qs_period_efield_types::set_efield_matrices | ( | type(efield_berry_type), pointer | efield, |
type(dbcsr_p_type), dimension(:), optional, pointer | sinmat, | ||
type(dbcsr_p_type), dimension(:), optional, pointer | cosmat, | ||
type(dbcsr_p_type), dimension(:), optional, pointer | dipmat | ||
) |
...
efield | ... |
sinmat | ... |
cosmat | ... |
dipmat | ... |
Definition at line 80 of file qs_period_efield_types.F.
subroutine, public qs_period_efield_types::efield_berry_release | ( | type(efield_berry_type), pointer | efield | ) |
...
efield | ... |
Definition at line 96 of file qs_period_efield_types.F.