Skip to content

Commit c1fad94

Browse files
Remove global tlist
1 parent 052f530 commit c1fad94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/core-test/time_evolution.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# Jaynes-Cummings Hamiltonian
1515
H = ωc * a' * a + ωq / 2 * σz + g * (a' * σm + a * σm')
1616
ψ0 = kron(fock(N, 0), fock(2, 0))
17-
tlist = range(0, 1000, 1000)
17+
1818
e_ops = [a' * a, σz]
1919
c_ops = [sqrt* (1 + nth)) * a, sqrt* nth) * a', sqrt* (1 + nth)) * σm, sqrt* nth) * σm']
2020

0 commit comments

Comments
 (0)