Skip to content

Commit

Permalink
add schedule to curriculum
Browse files Browse the repository at this point in the history
  • Loading branch information
Krastanov committed Aug 8, 2024
1 parent f02e52a commit a37792f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions curriculum.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ title = "Curriculum"

# Curriculum

~~~
<iframe style="margin-bottom:1em; border: solid black 1px;height:480pt;width:100%;max-width:100%;" src="https://docs.google.com/spreadsheets/d/1lDZRr2Uh-lsRdRYZgSbqk_g_9ntYnfabSM2cyv8bcMM/pubhtml?gid=0&amp;single=true&amp;widget=true&amp;headers=false"></iframe>
~~~

Five main topics will be covered: general engineering principles behind high performance numerical computing (including the use of accelerators like GPUs); state-vector simulation techniques; tensor network theory and practice; fast simulation of Clifford circuits and error correcting codes; quantum error mitigation with [Mitiq](https://github.com/unitaryfund/mitiq).

Most of the practice will be in the Julia programming language due to the ease with which one can introduce low-level high-performance constructs in it, without losing the dynamic nature and ease of prototyping available in languages like Python. However, practical tips and guides will be provided for programming in Python, Rust, and C/C++, as well.
Expand Down

0 comments on commit a37792f

Please sign in to comment.