My solutions for the computational physics course at Stockholm University summer 2022. Written in (hopefully somewhat modern) C++ using CMake and Conan.io. Visualization using python.
Each directory is a project, optimally there will be a Makefile
, which you just need to run, to get
a hand-in-ready zipfile.
You need:
- GCC
- Make
- CMake>=3.12
- conan.io
- Python3 (matplotlib)
- CD
- tests
- poetry for python
For documentation purposes, here are the resources I used to learn something about CMake
and conan