Hi guys,
I'm calculating center of mass using MDAnalysis with unwrap=True, but by looking at the output trajectories it seems something wrong is going on! The trajectories should be continuous, no jumps in between. I've tried unwrap=False as well, but trajectory looks the same. Please look at the attached trajectory plot. Does anyone faced the same problem? How it can be corrected?
Here is code line:
seg.atoms.center_of_mass(unwrap=True, compound='fragments')
Thanks!!