pyRMSD
pyRMSD copied to clipboard
pyRMSD is a small Python package that aims to offer an integrative and efficient way of performing RMSD calculations of large sets of structures. It is specially tuned to do fast collective RMSD calcu...
There hasn't been a PyPI release since 2015: https://pypi.org/project/pyRMSD/#history This older version doesn't support Python 3 (see #14) so most users on modern operating systems, with Python 3, can't "pip...
This should add full Python 3 support by making a number of simple modifications so that the code builds and runs with both Python 2 and Python 3: - Use...
Markdown requires a space between the header # characters and the header, otherwise it looks really bad.
Hi - I'm trying to compile pyRMSD to use CUDA and have run into a bit of a snag. Here is my build_conf/default.conf file: { "CUDA_BASE": "/usr/local/cuda", "CUDA_INCLUDE_FOLDER": "include", "CUDA_LIBRARIES_FOLDER":...
When trying to calculate the RMSDs involving the last conformation, an offset one past the end of the rmsd vector was being used. This is probably OK as it is...
python3?
Hi Any plans for making this compatible with python3, say python3.6? Would be nice, as this code seems very useful. Thanks. nick
When using symmetry groups, it would be nice if the superposed coordinates returned correspond to the permutation that minimizes the RMSD. If this is not desirable, perhaps one could consider...
Being able to retrieve the rotation matrix and translation vectors that allow conformation(s) A to be superposed into conformation B would be very useful.
The headings were not displaying properly. (I think github recently changed their markdown parser, and the new one is probably more strict)
Hi. I am looking for an RMSD calculator with a permissive license (not GPL) and came across your code. The license you give is perfect for us, but on inspection...