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: .. list-table:: :header-rows: 1 :widths: 20 60 * - Version - Download Link * - **0.3.0** - `dropps-0.3.0-py3-none-any.whl `_ * - **0.2.1** - `dropps-0.2.1-py3-none-any.whl `_ * - **0.2.0** - `dropps-0.2.0-py3-none-any.whl `_ * - **0.1.1** - `dropps-0.1.1-py3-none-any.whl `_ Installation ------------ To install any version, download the corresponding ``.whl`` file and run: .. code-block:: bash pip install /path/to/dropps--py3-none-any.whl Example: .. code-block:: bash 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: .. code-block:: bash 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: - :doc:`/community/bug_reports` - :doc:`/community/contact` or open an issue on GitHub.