A collection of Python libraries and apps for simulation, optimization and evaluation of bulk material homogenization (bmh).
Install the core library from PyPI:
pip install bmhSee example.ipynb for a demonstration of how to use the simulation module.
To set up the development environment, clone this repository and run:
uv syncThis will create a virtual environment and install all packages in editable mode.