We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9233375 commit 7364c35Copy full SHA for 7364c35
tutorials-v5/optimal-control/control-grape-cnot.md
@@ -51,7 +51,7 @@ U_target
51
52
```python
53
# Drift Hamiltonian
54
-g = np.pi / (4 * T)
+g = 0
55
H_drift = g * (
56
qt.tensor(qt.sigmax(), qt.sigmax()) + qt.tensor(qt.sigmay(), qt.sigmay())
57
)
0 commit comments