Skip to content

Commit

Permalink
Fix CommutationChecker class import
Browse files Browse the repository at this point in the history
  • Loading branch information
mtreinish committed Aug 30, 2024
1 parent ea09d48 commit 62d2cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit/circuit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1226,7 +1226,6 @@ def __array__(self, dtype=None, copy=None):
\end{pmatrix}
"""

from qiskit._accelerate.commutation_checker import CommutationChecker
from .exceptions import CircuitError
from . import _utils
from .quantumcircuit import QuantumCircuit
Expand Down Expand Up @@ -1254,6 +1253,7 @@ def __array__(self, dtype=None, copy=None):
from .register import Register
from . import library
from .equivalence_library import StandardEquivalenceLibrary, SessionEquivalenceLibrary
from .commutation_checker import CommutationChecker

from .controlflow import (
ControlFlowOp,
Expand Down

0 comments on commit 62d2cdb

Please sign in to comment.