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 c1fad94 commit 87b32e2Copy full SHA for 87b32e2
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
-
+
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