solvate is a lightweight Python package designed to quickly build initial structures of molecular dynamics simulations. Based on MDAnalysis, it is flexible and easy to use.
This tool is inspired by similar tools like GROMACS solvate, but aims to provide a more user-friendly interface and additional features.
You can install solvate via pip:
pip install solvate
Or clone the repository and install it manually:
git clone https://github.com/maicos-devel/solvate.git
cd solvate
pip install .
See the documentation for detailed usage instructions and examples.
Also check out the examples directory for practical use cases.
Contributions are welcome! Please read the contributing guidelines for more information. Feel free to open issues and submit pull requests.