Next: Subroutine IPModel_startElement_handler
Up: Module IPModel_Tersoff_module
Previous: Interface Print
Contents
Index
The potential calculator. It computes energy, forces and virial.
Derivatives are taken from M. Tang, Ph.D. Thesis, MIT 1995.
- this -- type(IPModel_Tersoff), intent(inout)
-
- at -- type(Atoms), intent(in)
-
- e -- real(dp), intent(out), optional
-
e = System total energy, local_e = energy of each atom, vector dimensioned as at%N.
- local_e -- real(dp), intent(out), optional, dimension(:)
-
e = System total energy, 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