We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 052f530 commit c1fad94Copy full SHA for c1fad94
test/core-test/time_evolution.jl
@@ -14,7 +14,7 @@
14
# Jaynes-Cummings Hamiltonian
15
H = ωc * a' * a + ωq / 2 * σz + g * (a' * σm + a * σm')
16
ψ0 = kron(fock(N, 0), fock(2, 0))
17
- tlist = range(0, 1000, 1000)
+
18
e_ops = [a' * a, σz]
19
c_ops = [sqrt(γ * (1 + nth)) * a, sqrt(γ * nth) * a', sqrt(γ * (1 + nth)) * σm, sqrt(γ * nth) * σm']
20
0 commit comments