Skip to content

Commit

Permalink
moving import to the top of the file
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderivrii committed Jul 15, 2023
1 parent 6190778 commit 5a1cf9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
from qiskit.circuit.quantumcircuit import QuantumCircuit, Gate
from qiskit.circuit.exceptions import CircuitError
from qiskit.synthesis.linear import check_invertible_binary_matrix
from qiskit.circuit.library.generalized_gates.permutation import PermutationGate


class LinearFunction(Gate):
Expand Down Expand Up @@ -86,7 +87,6 @@ def __init__(self, linear, validate_input=False):
"""

# pylint: disable=cyclic-import
from qiskit.circuit.library import PermutationGate
from qiskit.quantum_info import Clifford

original_circuit = None
Expand Down

0 comments on commit 5a1cf9f

Please sign in to comment.