Octopus
|
This modules implements the dipole moment of the matter system. More...
This modules implements the dipole moment of the matter system.
Data Types | |
type | dipole_t |
Functions/Subroutines | |
subroutine | dipole_init (this, space) |
initialize the dipole moment More... | |
subroutine | dipole_end (this) |
finalizer: release memory More... | |
subroutine | dipole_calculate (this, gr, ions, st) |
Calculate the dipole moment from the ions and the electronic states. More... | |
real(real64) function, dimension(1:this%dim) | dipole_get (this) |
accedd the dipole moment More... | |
|
private |
initialize the dipole moment
Set the flag whether the system is periodic and set the moment to zero
Definition at line 142 of file dipole.F90.
|
private |
finalizer: release memory
Definition at line 155 of file dipole.F90.
|
private |
Calculate the dipole moment from the ions and the electronic states.
Definition at line 164 of file dipole.F90.
|
private |
accedd the dipole moment
Definition at line 178 of file dipole.F90.