-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
shemian29
committed
Feb 4, 2023
1 parent
3727688
commit b3c31a1
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
|
||
|
||
import JJArray as jja | ||
import numpy as np | ||
import qutip as qt | ||
import matplotlib.pyplot as plt | ||
from scipy.sparse import bmat | ||
from tqdm.notebook import tqdm | ||
from scipy.sparse import csr_matrix | ||
import scqubits as scq | ||
|
||
|
||
class | ||
|
||
class JJCircuit: | ||
|
||
def __init__(self): |