Skip to content

Commit

Permalink
Use ibm_brisbane instead of ibm_kyiv
Browse files Browse the repository at this point in the history
  • Loading branch information
ravidalon committed Jan 8, 2025
1 parent e072422 commit 1058cf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tutorials/popular_usage_examples/mcx/mcx.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
},
"preferences": {
"backend_service_provider": "IBM Quantum",
"backend_name": "ibm_kyiv"
"backend_name": "ibm_brisbane"
}
}

0 comments on commit 1058cf8

Please sign in to comment.