Skip to content

Commit

Permalink
fixed unused gate
Browse files Browse the repository at this point in the history
  • Loading branch information
trigpolynom committed Dec 13, 2024
1 parent c7aa169 commit 55beb90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit/circuit/library/n_local/pauli_two_design.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import numpy as np

from qiskit.circuit import QuantumCircuit
from qiskit.circuit.library.standard_gates import RXGate, RYGate, RZGate, CZGate, IGate
from qiskit.circuit.library.standard_gates import RXGate, RYGate, RZGate, CZGate
from qiskit.utils.deprecation import deprecate_func
from qiskit._accelerate.circuit_library import Block, py_n_local
from .two_local import TwoLocal
Expand Down

0 comments on commit 55beb90

Please sign in to comment.