Skip to content

Commit 9741f27

Browse files
committed
Update 023_dysolve_propagator.md
1 parent 87369e5 commit 9741f27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Let's start by importing the necessary packages.
2828
from qutip.solver.dysolve_propagator import DysolvePropagator, dysolve_propagator
2929
from qutip.solver.propagator import propagator
3030
from qutip import qeye, sigmax, sigmay, sigmaz, tensor, CoreOptions, about
31+
import numpy as np
3132
```
3233

3334
### One qubit example using `DysolvePropagator`

0 commit comments

Comments
 (0)