Skip to content

Commit

Permalink
remove unnecessary fileds from benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
hhorii committed Nov 24, 2021
1 parent 4d5b29c commit 63a05ef
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/benchmark/simulator_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
from benchmark.circuit_library_circuits import CircuitLibraryCircuits

QOBJS = {}
SIMULATOR = AerSimulator()

class SimulatorBenchmarkSuite(CircuitLibraryCircuits):

Expand Down Expand Up @@ -94,8 +93,6 @@ def __init__(self,
self.params = (self.apps, self.measures, self.measure_counts, self.noise_model_names, self.qubits)
self.param_names = ["application", "measure_method", "measure_counts", "noise", "qubit"]

all_simulators = [ SIMULATOR ]

self.simulators = {}
self.backend_options_list = {}
self.backend_qubits = {}
Expand Down

0 comments on commit 63a05ef

Please sign in to comment.