Skip to content

WIP:PTM NeighborFinder

This branch has a working PTMNeighborFinder function.

You must run PTM before using it. It requires the settings output_orientation=True, output_correspondences=True, and use_standard_orientations=True.

I have stored some relevant information in the "Correspondences" particle property, but I don't know how to access this from the PTMNeighborFinder function. Instead I simply PTM again for each atom from the PTMNeighborFinder. Ideally I want to store the information in a buffer which is not a ParticleProperty, so that it is not accessible from a python script. Can this be done?

Merge request reports

Loading