Skip to content

Commit 7a7dd2a

Browse files
committed
fix: Removal of unused SolverOptions
1 parent c65a0b9 commit 7a7dd2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tutorials-v5/lectures/Lecture-10-cQED-dispersive-regime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This is a slightly modified version of the lectures, to work with the current re
2424
import matplotlib as mpl
2525
import matplotlib.pyplot as plt
2626
import numpy as np
27-
from qutip import (SolverOptions, about, basis, coherent, correlation_2op_1t,
27+
from qutip import (about, basis, coherent, correlation_2op_1t,
2828
destroy, expect, mesolve, ptrace, qeye, sigmax, sigmaz,
2929
spectrum_correlation_fft, tensor, wigner)
3030

tutorials-v5/lectures/Lecture-2B-Single-Atom-Lasing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import matplotlib as mpl
2828
import matplotlib.pyplot as plt
2929
import numpy as np
3030
from IPython.display import Image
31-
from qutip import (SolverOptions, about, basis, destroy, expect, mesolve,
31+
from qutip import (about, basis, destroy, expect, mesolve,
3232
ptrace, qeye, sigmax, steadystate, tensor, wigner)
3333

3434
%matplotlib inline

0 commit comments

Comments
 (0)