$ echo $(sed "s/mul/model/g" <<<$(echo "Simulation"))
$ Simodelation
This repository contains some open-sourced models and simulation results carried out along the design and instantiation of various protocols.
- Python (version
>= 3.7
)
python3.7 -m venv env
source env/bin/activate
pip install --upgrade pip
pip install cadCAD jupyter numpy tabulate pandas plotly
To start a notebook, run:
jupyter notebook <notebook-name>
E.g.
jupyter notebook zeth/zeth-cadCAD-simulation.ipynb
Note: It is also possible to simply install the Anaconda Python distribution which comes with most of the necessary python packages.
This repository uses cadCAD for modelling and simulations, see here for introductory materials.