Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TP-IV Exercises

This repository contains numerical exercises on open quantum systems.

  • MATLAB: use the files in matlab/.
  • Julia: use the files in julia/.

Run Online

MATLAB Online

Click the button below to open the exercises in MATLAB Online:

Open in MATLAB Online

GitHub Codespaces

Click the button below to open the exercises in a new Codespace:

Open in GitHub Codespaces

Run Locally

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.

  1. Install common prerequisites like Git, VS Code, and/or Jupyter.
  2. Install the software stack related to the language you've chosen to use
  3. Clone the repo via:
    git clone https://github.com/ltpn/tp4-exercises.git
    cd tp4-exercises
  4. If using Julia, launch julia from the command line in the julia folder and install the dependencies:
    ]
    activate .
    instantiate
  5. Code!

Tips

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

About

Numerical exercises on open quantum systems

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages