From 1058cf8a2816a23a54ac771d99ada8c44f23468b Mon Sep 17 00:00:00 2001 From: ravidalon Date: Wed, 8 Jan 2025 14:05:44 +0200 Subject: [PATCH] Use ibm_brisbane instead of ibm_kyiv --- tutorials/popular_usage_examples/mcx/mcx.ipynb | 2 +- .../mcx/mcx_14_ctrl_hardware.synthesis_options.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/popular_usage_examples/mcx/mcx.ipynb b/tutorials/popular_usage_examples/mcx/mcx.ipynb index 3b1e27dba..d2ce40714 100644 --- a/tutorials/popular_usage_examples/mcx/mcx.ipynb +++ b/tutorials/popular_usage_examples/mcx/mcx.ipynb @@ -293,7 +293,7 @@ " optimization_parameter=OptimizationParameter.DEPTH, max_width=21\n", ")\n", "preferences = Preferences(\n", - " backend_service_provider=\"IBM Quantum\", backend_name=\"ibm_kyiv\"\n", + " backend_service_provider=\"IBM Quantum\", backend_name=\"ibm_brisbane\"\n", ")\n", "model = set_constraints(model, constraints)\n", "model = set_preferences(model, preferences)\n", diff --git a/tutorials/popular_usage_examples/mcx/mcx_14_ctrl_hardware.synthesis_options.json b/tutorials/popular_usage_examples/mcx/mcx_14_ctrl_hardware.synthesis_options.json index db918654d..912e25e92 100644 --- a/tutorials/popular_usage_examples/mcx/mcx_14_ctrl_hardware.synthesis_options.json +++ b/tutorials/popular_usage_examples/mcx/mcx_14_ctrl_hardware.synthesis_options.json @@ -5,6 +5,6 @@ }, "preferences": { "backend_service_provider": "IBM Quantum", - "backend_name": "ibm_kyiv" + "backend_name": "ibm_brisbane" } }