Skip to content

Commit

Permalink
regen docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Strilanc committed Nov 25, 2023
1 parent f02462e commit 4e7e2af
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion doc/python_api_reference_vDev.md
Original file line number Diff line number Diff line change
Expand Up @@ -10092,7 +10092,6 @@ def then(
# (in class stim.Tableau)
def to_circuit(
self,
*,
method: str = 'elimination',
) -> stim.Circuit:
"""Synthesizes a circuit that implements the tableau's Clifford operation.
Expand Down
1 change: 0 additions & 1 deletion doc/stim.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -7828,7 +7828,6 @@ class Tableau:
"""
def to_circuit(
self,
*,
method: str = 'elimination',
) -> stim.Circuit:
"""Synthesizes a circuit that implements the tableau's Clifford operation.
Expand Down
1 change: 0 additions & 1 deletion glue/python/src/stim/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -7828,7 +7828,6 @@ class Tableau:
"""
def to_circuit(
self,
*,
method: str = 'elimination',
) -> stim.Circuit:
"""Synthesizes a circuit that implements the tableau's Clifford operation.
Expand Down

0 comments on commit 4e7e2af

Please sign in to comment.