A collection of scripts to analyze optimizations performed with Optimas
First install Optimas according to https://github.com/optimas-org/optimas
Then install this package:
Option 1: direct install from the repository:
pip install git+https://github.com/delaossa/optimas_pp.gitOption 2: clone the repository and install locally.
git clone git@github.com:delaossa/optimas_pp.git
cd optimas_pp
pip install .