Skip to content

Commit

Permalink
Auto-format with black
Browse files Browse the repository at this point in the history
  • Loading branch information
glassnotes committed May 8, 2024
1 parent ef54795 commit 7d94c9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions ionizer/identity_hunter.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Submodule to generate and store a database of circuit identities involving
up to 3 GPI/GPI2 gates.
"""

from importlib.resources import files

from itertools import product
Expand Down
2 changes: 2 additions & 0 deletions ionizer/ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ class GPI(Operation):
immediately pushed into the Operator queue (optional)
id (str or None): String representing the operation (optional)
"""

num_wires = 1
num_params = 1
ndim_params = (0,)
Expand Down Expand Up @@ -138,6 +139,7 @@ class MS(Operation):
immediately pushed into the Operator queue (optional)
id (str or None): String representing the operation (optional)
"""

num_wires = 2
num_params = 0

Expand Down

0 comments on commit 7d94c9c

Please sign in to comment.