Skip to content

Commit 398815f

Browse files
committed
Update 023_dysolve_propagator.md
1 parent a9a5ae6 commit 398815f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials-v5/time-evolution/023_dysolve_propagator.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@ We proceed like the previous example.
6969
from qutip.solver.dysolve_propagator import dysolve_propagator
7070
from qutip import qeye, sigmax, sigmay, sigmaz, tensor
7171

72-
#Define the system
72+
# Define the system
7373
H_0 = tensor(sigmax(), sigmaz()) + tensor(qeye(2), sigmay())
7474
X = tensor(qeye(2), sigmaz())
7575
omega = 5.0
7676

77-
#Keep options to default
77+
# Keep options to default
7878
```
7979

8080
`dysolve_propagator` can take more than one time value. If a single time is passed, a single propagator $U(t,0)$ is returned. If a list of times is given, the function will return a list of propagator $[U(\text{times}[i], \text{times}[0])]$ for all $i$.

0 commit comments

Comments
 (0)