Calculate the omega torsions of a trajectory.
traj : Trajectory
Trajectory for which you want dihedrals.
opt : bool, default=True
Use an optimized native library to calculate angles.
indices : np.ndarray, shape=(n_omega, 4)
The indices of the atoms involved in each of the omega dihedral angles
angles : np.ndarray, shape=(n_frames, n_omega)
The value of the dihedral angle for each of the angles in each of the frames.