amepproject / amep

The Active Matter Evaluation Package (AMEP) - a Python library for the analysis of particle-based and continuum simulation data of soft and active matter systems
https://amepproject.de/
GNU General Public License v3.0
12 stars 2 forks source link

gromacs+gsd/hoomd readers, general dist function, issues fixed #70

Closed kay-ro closed 1 week ago

kay-ro commented 1 month ago

Fixed a lot of issues. These include

kay-ro commented 1 month ago

Todo:

kay-ro commented 1 month ago

I have checked the calculation of the kdtree. compared to the previous implementation, the coordinates used for the kdtree are at most different by values that are smaller than the precision of the used float32. Only particle positions that are slightly outside the box have the periodic in-box coordinates compared to before.