Skip to content

Commit

Permalink
regen stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-melf committed Dec 19, 2023
1 parent d5d4e18 commit 7dcbe75
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions pytket/pytket/_tket/circuit.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -471,20 +471,6 @@ class Circuit:
:return: the new :py:class:`Circuit`
"""
@typing.overload
def Reset(self, qubit: int, **kwargs: Any) -> Circuit:
"""
Appends a Reset operation. Sets a qubit to the Z-basis 0 state. Non-unitary operation.
:return: the new :py:class:`Circuit`
"""
@typing.overload
def Reset(self, qubit: pytket._tket.unit_id.Qubit, **kwargs: Any) -> Circuit:
"""
Appends a Reset operation. Sets a qubit to the Z-basis 0 state. Non-unitary operation.
:return: the new :py:class:`Circuit`
"""
@typing.overload
def Measure(self, qubit: int, bit_index: int, **kwargs: Any) -> Circuit:
"""
Appends a single-qubit measurement in the computational (Z) basis.
Expand Down

0 comments on commit 7dcbe75

Please sign in to comment.