Download DROPPS¶
This page provides direct download links for official DROPPS releases.
Each package is distributed as a Python .whl file and can be installed
directly using pip.
Available Versions¶
The following versions of DROPPS are currently available:
Version |
Download Link |
|---|---|
0.3.0 |
|
0.2.1 |
|
0.2.0 |
|
0.1.1 |
Installation¶
To install any version, download the corresponding .whl file and run:
pip install /path/to/dropps-<version>-py3-none-any.whl
Example:
pip install dropps-0.3.0-py3-none-any.whl
Compatibility Notes¶
All wheels are built for Python 3.x (
py3-none-any).DROPPS is compatible with macOS, Linux, and Windows.
GPU acceleration requires a functional OpenMM installation.
Some analysis scripts use MDAnalysis, NumPy, GSD, or HOOMD-blue.
Latest Release¶
The current recommended stable release is:
DROPPS 0.3.0
You can install it directly:
pip install https://github.com/tymworld/DROPPS/blob/main/dist/dropps-0.1.1-py3-none-any.whl
Older Releases¶
Older versions are provided for reproducibility or to match earlier projects. If possible, new users should use the latest version.
Feedback¶
If you encounter issues during installation, please see:
or open an issue on GitHub.