helixmc.score.ScoreXyTrap

class helixmc.score.ScoreXyTrap(stiffness)

Score function for xy trap.

Parameters:

stiffness : float

The stiffness of the xy trap, in pN/Å.

Attributes

stiffness (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__(stiffness)