Skip to content

simlify

Simplify your molecular simulation workflow.

Build Status PyPI - Python Version codecov GitHub release (latest by date) License GitHub repo size Black style Black style Black style

Documentation

Simlify is a simulation framework built to streamline the development and execution of computational models. Whether you're working on scientific research, engineering simulations, or data-driven experiments, simlify provides the tools and flexibility you need to build, run, and analyze simulations with ease.

This project aims to reduce the complexity of setting up and managing simulation environments while providing powerful features that cater to both novice and experienced developers.

Features

  • Modular Architecture: Easily extend and customize the framework to suit your specific simulation needs.
  • Extensive Documentation: Comprehensive guides, tutorials, and API documentation to help you get started quickly and effectively.
  • Cross-Platform Support: Compatible with major operating systems including Linux and macOS.
  • Community-Driven: Open-source project with a growing community of contributors and users.

Installation

You can install the latest released version using pip:

pip install simlify

or the latest development version from the GitHub repository:

git clone git@github.com:oasci/simlify.git && \
cd simlify && \
poetry install

License

This project is released under the Apache-2.0 License as specified in LICENSE.md.