von Neumman's Elephant
"With four parameters I can fit an elephant, and with five I can make him wiggle his trunk."
conda create -n vne python=3.8
conda activate vne
git clone https://github.com/quantumjot/vne.git
cd vne
pip install -e .
pip install -e ".[dev]"