helixmc.score.ScoreTweezers

class helixmc.score.ScoreTweezers(force=0, torsional_stiffness=0, target_link=None, xy_stiffness=0)

Score function for tweezers experiments.

Parameters:

force : float, optional

Applied z-stretching force, in pN.

torsional_stiffness : float, optional

Stiffness of the torsional trap, in pN.Å.

target_link : float, optional

Center of the torsional trap (link), in radians.

xy_stiffness : float, optional

Stiffness of xy trap, in pN/Å.

__init__(force=0, torsional_stiffness=0, target_link=None, xy_stiffness=0)