Skip to content

My solutions for Computational Physics at SU Summer 2022, written in C++

License

Notifications You must be signed in to change notification settings

The-Ludwig/ComputationalPhysicsSU22

Repository files navigation

Computational Physics SU 2022

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.

Running it

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)

Ideas for the future

  • CD
  • tests
  • poetry for python

Resources

For documentation purposes, here are the resources I used to learn something about CMake and conan