Skip to content

Commit

Permalink
short description
Browse files Browse the repository at this point in the history
  • Loading branch information
1ucian0 committed Mar 10, 2023
1 parent 673e649 commit daaed65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit/circuit/quantumcircuit.py
Original file line number Diff line number Diff line change
Expand Up @@ -2265,7 +2265,7 @@ def reset(self, qubit: QubitSpecifier) -> InstructionSet:
return self.append(Reset(), [qubit], [])

def measure(self, qubit: QubitSpecifier, cbit: ClbitSpecifier) -> InstructionSet:
"""Measure quantum bit (qubit) into classical bit (cbit).
"""Measure a quantum bit (``qubit``) into a classical bit (``cbit``).
When a qubit is measured, its state collapses to a classical bit and copied to a
classical wire.
Expand Down

0 comments on commit daaed65

Please sign in to comment.