Skip to content

Commit

Permalink
Fix broken import
Browse files Browse the repository at this point in the history
  • Loading branch information
Ectras committed Mar 20, 2024
1 parent 723c093 commit 7c87409
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/provider/accelerator.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@
from qiskit import QuantumCircuit, transpile
from qiskit_aer import AerSimulator

from src.circuits import generate_subcircuit
from src.common import IBMQBackend, CombinedJob
from src.resource_estimation import estimate_runtime, estimate_noise
from src.tools import optimize_circuit_online
from src.tools import optimize_circuit_online, generate_subcircuit


class Accelerator:
Expand Down

0 comments on commit 7c87409

Please sign in to comment.