ia_get_angle_force Subroutine

public subroutine ia_get_angle_force(q1, q2, sty, params, enrg, fim1, fi, fip1)

Calculates the energy & force due to an angle.

Arguments

Type IntentOptional AttributesName
real(kind=rp), intent(in), dimension(3):: q1
real(kind=rp), intent(in), dimension(3):: q2
integer, intent(in) :: sty
real(kind=rp), intent(in), dimension(:):: params
real(kind=rp), intent(out) :: enrg
real(kind=rp), intent(out), dimension(3):: fim1
real(kind=rp), intent(out), dimension(3):: fi
real(kind=rp), intent(out), dimension(3):: fip1

Called by

proc~~ia_get_angle_force~~CalledByGraph proc~ia_get_angle_force ia_get_angle_force proc~ia_add_angle_forces ia_add_angle_forces proc~ia_add_angle_forces->proc~ia_get_angle_force

Contents

None