Skip to content

Commit

Permalink
Fix typos in the DRAG docstrings (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
BoxiLi committed Apr 17, 2023
1 parent 0716948 commit 7b13160
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/qutip_qip/compiler/circuitqedcompiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ class SCQubitsCompiler(GateCompiler):
\Omega^{x} &= \Omega_0 - \frac{\Omega_0^3}{4 \alpha^2}
\Omega^{y} &= - \dot{\Omega}_0 / \alpha
\Omega^{y} &= - \frac{\dot{\Omega}_0 }{\alpha}
\Omega^{z} &= - \Omega_0**2 / \alpha + \frac{2 \Omega_0^2)}{
\Omega^{z} &= - \frac{\Omega_0^2}{\alpha} + \frac{2 \Omega_0^2}{
4 \alpha
}
Expand Down

0 comments on commit 7b13160

Please sign in to comment.