This repository contains numerical exercises on open quantum systems.
Click the button below to open the exercises in MATLAB Online:
Click the button below to open the exercises in a new Codespace:
While Codespaces are great for learning/experimenting, we advise to set up a local environment on your computer for more in-depth work.
The steps are generally as follows.
- Install common prerequisites like Git, VS Code, and/or Jupyter.
- Install the software stack related to the language you've chosen to use
- MATLAB (+ optional MATLAB/Jupyter integration)
- Julia (+ optional Julia/Jupyter integration)
- Clone the repo via:
git clone https://github.com/ltpn/tp4-exercises.git cd tp4-exercises - If using Julia, launch
juliafrom the command line in thejuliafolder and install the dependencies:] activate . instantiate
- Code!
- If you don't know how to use Git, learn it; it will be worth the effort. You can get started with this great interactive tutorial, and/or consult GitHub's Git Guide.
- Containers are another way to develop locally on your computer via pre-built environments that contain all the dependencies you need (spoiler: this is how we power the Codespaces). If you're interested, we have a short guide on that.