Calculate the chi2 torsions of a trajectory. chi2 is the second side chain torsion angle formed between the corresponding 4 atoms over the CB-CG axis.
Parameters: | traj : Trajectory
periodic : bool, default=True
opt : bool, default=True
|
---|---|
Returns: | indices : np.ndarray, shape=(n_chi, 4)
angles : np.ndarray, shape=(n_frames, n_chi)
|