pub fn force(
    number_of_links: &u8,
    link_length: &f64,
    potential_distance: &f64,
    potential_stiffness: &f64,
    temperature: &f64
) -> f64
Expand description

The expected force as a function of the applied potential distance, potential stiffness, and temperature, parameterized by the number of links and link length.