Skip to content

Commit

Permalink
Add missing typing info for bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
ABorgna committed Jun 9, 2024
1 parent f3ef520 commit 68caad2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pybindings/quizx/_quizx.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ class Decomposer:
def decomp_top(self) -> None: ...
def decomp_all(self) -> None: ...
def decomp_until_depth(self, depth: int) -> None: ...
def use_cats(self, b: bool) -> None: ...
def get_nterms(self) -> int: ...

def dummy(a: int) -> str: ...
def interior_clifford_simp(g: VecGraph): ...
Expand Down

0 comments on commit 68caad2

Please sign in to comment.