Latest release | |
---|---|
Status | |
Community |
Receiver for IMDv3 protocol from simulation engines like Gromacs, LAMMPS, and NAMD.
IMDClient is bound by a Code of Conduct.
IMDClient requires Python 3.10 or higher.
To install the latest release of IMDClient from conda-forge:
mamba install -c conda-forge imdclient
To install the latest release of IMDClient from PyPI:
pip install imdclient
To build IMDClient from source, we highly recommend using virtual environments.
If possible, we recommend that you use mamba as your package manager through miniforge. (You can substitute conda
for mamba
in the commands below if you prefer.)
Below we provide instructions both for mamba
and for pip
.
-
Ensure you have mamba installed.
-
Create and activate a new environment:
mamba create --name imdclient
mamba activate imdclient
- (Recommended) Install all dependencies using the provided environment YAML files for a clean and reproducible environment:
mamba env update --name imdclient --file devtools/conda-envs/test_env.yaml
mamba env update --name imdclient --file docs/requirements.yaml
- Build and install IMDClient in editable mode:
pip install -e .
- (Optional) Update dependencies:
mamba update --all
- Deactivate the environment when finished:
mamba deactivate
- (Optional) Create and activate a virtual environment:
python -m venv venv
source venv/bin/activate
- Install IMDClient from source:
pip install .
- (Optional) For development (tests and docs):
pip install ".[test,doc]"
The IMDClient source code is hosted at https://github.com/becksteinlab/imdclient and is available under the MIT license (see the file LICENSE).
Copyright (c) 2024-2025, imdclient AUTHORS
Project based on the MDAnalysis Cookiecutter version 0.1.
If you use IMDClient in your research, please cite IMDClient in your publications.