Faster distance calculations for the year 2022 🚀 🚀 🚀 using x86 SIMD intrinsics
Get it on PyPi with
pip install distopia
or get it from conda-forge with
conda install -c conda-forge distopia
Documentation can be found at https://www.mdanalysis.org/distopia/
Follow the instructions in the documentation for building from source!
A very simple build might look like the following
python setup.py install
You can then use the fast distance functions provided by distopia
!
NOTE