Next: Subroutine IPModel_startElement_handler
Up: Module IPModel_FB_module
Previous: Interface Print
Contents
Index
The potential calculator: this routine computes energy, forces and the virial.
- this -- type(IPModel_FB), intent(in)
-
- at -- type(Atoms), intent(in)
-
- e -- real(dp), intent(out), optional
-
e = System total energy
- local_e -- real(dp), intent(out), optional, dimension(:)
-
local_e = energy of each atom, vector dimensioned as at%N.
- f -- real(dp), intent(out), optional, dimension(:,:)
-
Forces, dimensioned as f(3,at%N)
- virial -- real(dp), intent(out), optional, dimension(3,3)
-
Virial
IPModel_startElement_handler subroutine
gabor
2009-06-30