![]() |
(git:b77b4be)
|
GRRM interface. More...
Functions/Subroutines | |
subroutine, public | write_grrm (iounit, force_env, particles, energy, dipole, hessian, dipder, polar, fixed_atoms) |
Write GRRM interface file. | |
GRRM interface.
subroutine, public grrm_utils::write_grrm | ( | integer, intent(in) | iounit, |
type(force_env_type), pointer | force_env, | ||
type(particle_type), dimension(:), intent(in) | particles, | ||
real(kind=dp), intent(in) | energy, | ||
real(kind=dp), dimension(3), intent(in), optional | dipole, | ||
real(kind=dp), dimension(:, :), intent(in), optional | hessian, | ||
real(kind=dp), dimension(:, :), intent(in), optional | dipder, | ||
real(kind=dp), dimension(3, 3), intent(in), optional | polar, | ||
integer, intent(in), optional | fixed_atoms | ||
) |
Write GRRM interface file.
iounit | ... |
force_env | ... |
particles | ... |
energy | ... |
dipole | ... |
hessian | ... |
dipder | ... |
polar | ... |
fixed_atoms | ... |
Definition at line 48 of file grrm_utils.F.