Skip to content

Commit cead2b9

Browse files
refactor: renamed tutorial
1 parent 20cd146 commit cead2b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials-v5/optimal-control/control-grape-cnot.md renamed to tutorials-v5/optimal-control/01-cpo-GRAPE-cnot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import matplotlib.pyplot as plt
2121
import numpy as np
2222
import qutip as qt
2323
# the library for quantum control
24-
import qutip_qtrl.pulseoptim as qtrl
24+
import qutip_qtrl.pulseoptim as cpo
2525
```
2626

2727
```python
@@ -87,7 +87,7 @@ H_labels = [
8787
## GRAPE
8888

8989
```python
90-
result = qtrl.optimize_pulse_unitary(
90+
result = cpo.optimize_pulse_unitary(
9191
H_drift,
9292
H_ctrl,
9393
U_0,

0 commit comments

Comments
 (0)