Skip to content

Commit 87b32e2

Browse files
Fix format
1 parent c1fad94 commit 87b32e2

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-
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)