helixmc.util.params_join

helixmc.util.params_join(params)

Convert consequtive bp-params to the params between 1st and last bp.

Parameters:

params : ndarray, shape (N,6)

Input base-pair step parameters. Distances in unit of Å, angles in unit of radians. Order = [Shift, Slide, Rise, Tilt, Roll, Twist]

Returns:

params : ndarray, shape (6)

Base-pair step parameters between 1st and last.