bond_ms Subroutine

private subroutine bond_ms(r, params, enrg, frc, ierr)

Evaluates the potential & its derivative for Marko-Siggia bond. See bond_ms_set.

If bond length exceeds maximum extensible spring length, an error will be reported as ierr = 1.

Arguments

Type IntentOptional AttributesName
real(kind=rp), intent(in) :: r
real(kind=rp), intent(in), dimension(:):: params
real(kind=rp), intent(out) :: enrg
real(kind=rp), intent(out) :: frc
integer, intent(out) :: ierr

Calls

proc~~bond_ms~~CallsGraph proc~bond_ms bond_ms interface~str_from_num str_from_num proc~bond_ms->interface~str_from_num proc~str_from_ilnum str_from_ilnum interface~str_from_num->proc~str_from_ilnum proc~str_from_inum str_from_inum interface~str_from_num->proc~str_from_inum proc~str_from_dnum str_from_dnum interface~str_from_num->proc~str_from_dnum proc~str_trimzero str_trimzero proc~str_from_dnum->proc~str_trimzero

Called by

proc~~bond_ms~~CalledByGraph proc~bond_ms bond_ms proc~ia_get_bond_force ia_get_bond_force proc~ia_get_bond_force->proc~bond_ms proc~ia_add_bond_forces ia_add_bond_forces proc~ia_add_bond_forces->proc~ia_get_bond_force proc~ia_calc_forces ia_calc_forces proc~ia_calc_forces->proc~ia_add_bond_forces proc~calc_drift calc_drift proc~calc_drift->proc~ia_calc_forces proc~integrate_em integrate_em proc~integrate_em->proc~calc_drift proc~se_fval se_fval proc~se_fval->proc~calc_drift proc~bds_run bds_run proc~bds_run->proc~integrate_em proc~run run proc~run->proc~bds_run program~main main program~main->proc~run

Contents

None