Skip to content

Commit 1e5677b

Browse files
committed
fix error in docs
1 parent 555ebbe commit 1e5677b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/users_guide/time_evolution/sesolve.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ H = 2 * π * 0.1 * sigmax()
3535
ψ0 = basis(2, 0) # spin-up
3636
tlist = LinRange(0.0, 10.0, 20)
3737
38-
prob = sesolveProblem(H, ψ0, tlist, e_ops = [sigmaz()])
38+
prob = sesolveProblem(H, ψ0, tlist, e_ops = [sigmaz()], progress_bar = Val(false))
3939
sol = sesolve(prob)
4040
```
4141

0 commit comments

Comments
 (0)