Developer documentation

Welcome to the developer documentation. We are glad you are interested in helping out with the code. Here you will find some resources to help you get started and avoid making some of the same mistakes we did when we started out.

Code Style

MDSuite uses Black, Isort and ruff. We provide a pre-commit hook to check these requirements. One can install the hook via

pip install pre-commit
pre-commit install