Skip to content

Commit

Permalink
Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
edyounis committed Oct 15, 2023
1 parent 7ce7713 commit 21eb2ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bqskit/ir/gates/constant/clock.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class ClockGate(ConstantGate, QuditGate):
.. math::
\\begin{equation}
Z = \\sum_a \\exp(2\\pi ia/d) |a><a|
Z = \\sum_a \\exp(2\\pi\\frac{ai}{d}) |a\\rangle\\langle a|
\\end{equation}
where d is the number of levels (2 levels is a qubit,
Expand Down

0 comments on commit 21eb2ef

Please sign in to comment.