Skip to content

Commit

Permalink
[DO NOT MERGE] Purposely break benchmark.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlyongemallo committed Apr 6, 2024
1 parent 0cd3e46 commit bc63501
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions benchmarking/run_benchmarks.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
import sys
sys.path.append('..')

from qiskit import transpile
from qiskit.circuit import QuantumCircuit
from qiskit.circuit import QuantumCircuit, transpile
from qiskit.transpiler import PassManager
from typing import Dict, List, Tuple
import matplotlib.pyplot as plt # type: ignore
Expand Down

0 comments on commit bc63501

Please sign in to comment.