Complexes consists of two separate programs:
- complexes++ a Monte-Carlo engine to run simulations
- pycomplexes* a helper toolbox to setup and visualize simulations
Descriptions how to install each program can be found in the respective sub-directories.
Tutorials how to use complexes++ and pycomplexes can be found in the tutorials folder.
Tutorials are jupyter notebooks that can be run once complexes++ and pycomplexes are correctly installed. They should be a good starting point for your own simulations.
In docs/theory.pdf
we explain the theory behind complexes.
If you are interested how the code of complexes is designed or want to extent it.
In docs/architecture.pdf
we explain the code architecture of complexes.