Align Trajectory

Hi all,

Is there a way of imaging/aligning the trajectory on a set of atoms for visualization? I have a system that has a lot of rotation and translation so it’s hard to produce a movie that depicts the internal changes of the system.

Apologies if this question is already replied somewhere else, I have been looking around the docs and here and couldn’t find it.

Many thanks!

Jan

Dear Jan,

Thank you for your question. OVITO does not currently offer a built-in function to accomplish this - apart from more complex solutions involving the Cluster Analysis modifier for dynamic calculation of the center of mass and a user-defined Python modifier function.

However, the OVITO team would like to integrate such a function into a future version of the software. Since we have a different scientific background, we lack a good overview of the typical requirements that such a feature should fulfill in practice to be most useful. You could support us by

  • providing a more formal definition of the desired feature. How should this function work (technically and from a user perspective)? What would the user workflow ideally look like?
  • giving us access to your molecular trajectory so that we have a suitable test case.

I would be happy to discuss the above questions with you and other people in this forum.

Dear Alexander,

The way me/my lab would benefit from this would be to be able to make a selection (i.e. Particle Type 1) and then align the trajectory with respect to those particles in frame 1. A tool that does this is present in the vmd gui (RMSD Trajectory Tool) in case that helps with reference. The idea would be to minimize RMSD, by applying only translations and rotations for each frame. The tool could in turn then output the RMSD of the system after doing such alignment (since that has to be computed either way).

I’m not sure how feasible the implementation of that is, but happy to discuss further with you/the team/the community.

I’m happy to share a small trajectory with you if that helps - I don’t seem to be able to attach files in the forum.

Thank you for these suggestions. You are welcome to send us your trajectory by email to [email protected].

Next, we will collect a few detailed questions in an internal discussion, e.g. how to handle periodic boundary conditions correctly and what to do if the selection of atoms comprises more than one molecule (does bond topology even play a role?). I’ll get back to you here.

Hi Jan,
We have developed a custom Python modifier to perform the molecule alignment in OVITO. It can be found on GitHub or installed directly.

ovitos -m pip install --user git+https://github.com/ovito-org/AlignMolecule

  • Other Python interpreters or Conda environments:
pip install git+https://github.com/ovito-org/AlignMolecule

Here is are example images:


Example_01

I have not worked with molecule alignment before, please let me know if you find any errors or deviations from established conventions in the field.

Hi Daniel!

I just checked it with a couple of systems and it works like a charm!

I shared it with people in the lab working with other systems and will keep you updated if they find any issues.

1 Like