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.git
Option 2: clone the repository and install locally.
git clone git@github.com:delaossa/optimas_pp.git
cd optimas_pp
pip install .