Skip to content

Open source simulations and models by Clearmatics Research

License

Notifications You must be signed in to change notification settings

clearmatics/simodelation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simodelation: Clearmatics Research Simulations and Models

$ 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.

Dependencies

  • 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.

Releases

No releases published

Packages

No packages published