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 555ebbe commit 1e5677bCopy full SHA for 1e5677b
docs/src/users_guide/time_evolution/sesolve.md
@@ -35,7 +35,7 @@ H = 2 * π * 0.1 * sigmax()
35
ψ0 = basis(2, 0) # spin-up
36
tlist = LinRange(0.0, 10.0, 20)
37
38
-prob = sesolveProblem(H, ψ0, tlist, e_ops = [sigmaz()])
+prob = sesolveProblem(H, ψ0, tlist, e_ops = [sigmaz()], progress_bar = Val(false))
39
sol = sesolve(prob)
40
```
41
0 commit comments