use crateReal;
/// Standard output for most potentials (2-body, 3-body, 4-body).
///
/// Contains the scalar potential energy and a single derivative factor
/// used to compute forces or torques in the upper geometry layer.
/// Specialized output for Hybrid potentials (e.g., Hydrogen Bonds).
///
/// Hybrid potentials depend on both distance (r) and angle (theta),
/// producing two distinct derivative factors for force distribution.