BioMemPhys-FAU / domhmm

Open source package to identify nano- and microdomains in Molecular Dynamics simulations of bio-membranes.
https://www.biomemphys.nat.fau.de
GNU General Public License v2.0
0 stars 0 forks source link

Fix residue indexing #44

Closed yusuferentunc closed 1 month ago

yusuferentunc commented 1 month ago

Reimplement indexing system where numpy.intersect1d with complexity O(n*logn + m*logm) to dictionary lookup table with O(m)