Skip to content

Commit

Permalink
update circuit name following review
Browse files Browse the repository at this point in the history
  • Loading branch information
ShellyGarion committed May 8, 2024
1 parent 4dab85c commit d0391e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit/circuit/library/generalized_gates/isometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def _gates_to_uncompute(self):
of the 2^n*2^n identity matrix (see https://arxiv.org/abs/1501.06911)
"""
q = QuantumRegister(self.num_qubits, "q")
circuit = QuantumCircuit(q, name="isometry")
circuit = QuantumCircuit(q, name="isometry_to_uncompute")
(
q_input,
q_ancillas_for_output,
Expand Down

0 comments on commit d0391e1

Please sign in to comment.