Skip to content

openforcefield/dimsim

dimsim

CI Documentation Status codecov

Distributed simulation package

Overview

dimsim is a Python package for distributed simulation.

Installation

From source

git clone https://github.com/openforcefield/dimsim.git
cd dimsim
pip install -e .

Development installation

For development, use conda/mamba to create an environment from the provided file:

mamba env create -f devtools/conda-envs/dev.yaml
mamba activate dimsim-dev
pip install -e .

Alternatively, install with pip using the dev extras:

pip install -e ".[dev]"

Quick Start

import dimsim

print(f"dimsim version: {dimsim.__version__}")

Documentation

Full documentation is available at dimsim.readthedocs.io.

Testing

Run tests with pytest:

pytest

Or with coverage:

pytest --cov=dimsim --cov-report=html

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Authors

  • Lily Wang

Acknowledgments

This package structure follows best practices from the MolSSI Cookiecutter.

About

Distributed simulation

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages