We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
BackendV2
transpiler_level
1 parent 86e6b72 commit 99d0fa9Copy full SHA for 99d0fa9
1 file changed
test/benchmarks/transpiler_levels.py
@@ -154,7 +154,7 @@ def setup(self, _):
154
self.qasm_path = os.path.abspath(os.path.join(os.path.dirname(__file__), "qasm"))
155
large_qasm_path = os.path.join(self.qasm_path, "test_eoh_qasm.qasm")
156
self.large_qasm = QuantumCircuit.from_qasm_file(large_qasm_path)
157
- self.melbourne = GenericBackendV2(num_qubits=20, coupling_map=MELBOURNE_CMAP, seed=0)
+ self.melbourne = GenericBackendV2(num_qubits=14, coupling_map=MELBOURNE_CMAP, seed=0)
158
159
self.durations = InstructionDurations(
160
[
0 commit comments