Skip to content

Commit

Permalink
Update qiskit/circuit/quantumcircuit.py
Browse files Browse the repository at this point in the history
Co-authored-by: Julien Gacon <[email protected]>
  • Loading branch information
ElePT and Cryoris authored Jul 24, 2024
1 parent aa4a429 commit 4d0cd05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qiskit/circuit/quantumcircuit.py
Original file line number Diff line number Diff line change
Expand Up @@ -2324,10 +2324,10 @@ def qbit_argument_conversion(self, qubit_representation: QubitSpecifier) -> list
into a list of qubits.
Args:
qubit_representation (Object): representation to expand
qubit_representation: Representation to expand.
Returns:
List(Qubit): the resolved instances of the qubits.
The resolved instances of the qubits.
"""

return self._qbit_argument_conversion(qubit_representation)
Expand Down

0 comments on commit 4d0cd05

Please sign in to comment.