There was an error while loading. Please reload this page.
1 parent c24a982 commit 96c1e77Copy full SHA for 96c1e77
tests/test_qsim_simple_circuit.py
@@ -25,7 +25,7 @@ def test_qsim_simple_circuit():
25
url=os.getenv("QISKIT_SCALEWAY_API_URL"),
26
)
27
28
- backend = provider.get_backend("qsim_simulation_pop_c16m128")
+ backend = provider.get_backend(os.getenv("QSIM_SCALEWAY_BACKEND_NAME", "qsim_simulation_pop_c16m128"))
29
30
assert backend is not None
31
0 commit comments