helixmc.score.ScoreExt

class helixmc.score.ScoreExt(force)

Score function for force-extension along Z-axis.

Parameters:

force : float

Applied z-direction force to the helix, in pN.

Attributes

force (float) See Parameters section above.
__call__(pose)

Score the input pose.

Parameters:

pose : HelixPose

Input pose for scoring.

Returns:

score : float

Score of the pose.

__init__(force)