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 20cd146 commit cead2b9Copy full SHA for cead2b9
…v5/optimal-control/control-grape-cnot.md …-v5/optimal-control/01-cpo-GRAPE-cnot.mdtutorials-v5/optimal-control/control-grape-cnot.md renamed to tutorials-v5/optimal-control/01-cpo-GRAPE-cnot.md
@@ -21,7 +21,7 @@ import matplotlib.pyplot as plt
21
import numpy as np
22
import qutip as qt
23
# the library for quantum control
24
-import qutip_qtrl.pulseoptim as qtrl
+import qutip_qtrl.pulseoptim as cpo
25
```
26
27
```python
@@ -87,7 +87,7 @@ H_labels = [
87
## GRAPE
88
89
90
-result = qtrl.optimize_pulse_unitary(
+result = cpo.optimize_pulse_unitary(
91
H_drift,
92
H_ctrl,
93
U_0,
0 commit comments