pub fn end_to_end_length_per_link(
    link_length: &f64,
    link_stiffness: &f64,
    link_energy: &f64,
    force: &f64,
    temperature: &f64
) -> f64
Expand description

The expected end-to-end length per link as a function of the applied force and temperature, parameterized by the link length, link stiffness, and link energy.