Skip to content

Commit

Permalink
updated tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
Phionx committed May 14, 2024
1 parent 29a0a56 commit ce67f8c
Show file tree
Hide file tree
Showing 6 changed files with 84 additions and 591 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ couplings.append(-g_rq * (a0 - a0_dag) @ (q0 - q0_dag))
system = qs.System.create(devices, couplings=couplings)
system.params["g_rq"] = g_rq

Es, kets = system.calculate_eig_linear()
Es, kets = system.calculate_eig()

# chi ----
χ_e = Es[1:, 1] - Es[:-1, 1]
Expand Down
55 changes: 23 additions & 32 deletions tutorials/1-demo.ipynb

Large diffs are not rendered by default.

11 changes: 7 additions & 4 deletions tutorials/2-transmon.ipynb

Large diffs are not rendered by default.

104 changes: 39 additions & 65 deletions tutorials/3-fluxonium.ipynb

Large diffs are not rendered by default.

44 changes: 14 additions & 30 deletions tutorials/3-ats.ipynb → tutorials/4-ats.ipynb

Large diffs are not rendered by default.

459 changes: 0 additions & 459 deletions tutorials/wf_plotting.ipynb

This file was deleted.

0 comments on commit ce67f8c

Please sign in to comment.