Skip to content

Commit cbbc2c6

Browse files
committed
Change ibmq_kolkata to ibm_kyiv
1 parent 6a4c8af commit cbbc2c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tutorials/popular_usage_examples/mcx/mcx.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@
293293
" optimization_parameter=OptimizationParameter.DEPTH, max_width=21\n",
294294
")\n",
295295
"preferences = Preferences(\n",
296-
" backend_service_provider=\"IBM Quantum\", backend_name=\"ibmq_kolkata\"\n",
296+
" backend_service_provider=\"IBM Quantum\", backend_name=\"ibm_kyiv\"\n",
297297
")\n",
298298
"model = set_constraints(model, constraints)\n",
299299
"model = set_preferences(model, preferences)\n",

tutorials/popular_usage_examples/mcx/mcx_14_ctrl_hardware.synthesis_options.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
},
66
"preferences": {
77
"backend_service_provider": "IBM Quantum",
8-
"backend_name": "ibmq_kolkata"
8+
"backend_name": "ibm_kyiv"
99
}
1010
}

0 commit comments

Comments
 (0)