Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
ShellyGarion committed Dec 25, 2023
1 parent 8078f2e commit bfaa805
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion qiskit/transpiler/synthesis/aqc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@
from qiskit.synthesis.unitary.aqc import AQC
from qiskit.synthesis.unitary.aqc.cnot_structures import make_cnot_network
from qiskit.synthesis.unitary.aqc.cnot_unit_circuit import CNOTUnitCircuit
from qiskit.synthesis.unitary.aqc.cnot_unit_objective import CNOTUnitObjective, DefaultCNOTUnitObjective
from qiskit.synthesis.unitary.aqc.cnot_unit_objective import (
CNOTUnitObjective,
DefaultCNOTUnitObjective,
)
from qiskit.synthesis.unitary.aqc.fast_gradient.fast_gradient import FastCNOTUnitObjective
from qiskit.transpiler.passes.synthesis.aqc_plugin import AQCSynthesisPlugin

Expand Down

0 comments on commit bfaa805

Please sign in to comment.