Skip to content

Commit

Permalink
fix: Fix Sampler line in Fire Opal get started (#1264) (notebooks upd…
Browse files Browse the repository at this point in the history
…ate)
  • Loading branch information
qctrlrobot committed Dec 5, 2024
1 parent 7075b37 commit 993c396
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fire-opal/discover/start-using/get-started.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@
},
{
"cell_type": "code",
"execution_count": 21,
"execution_count": null,
"id": "e1b9325d",
"metadata": {},
"outputs": [
Expand All @@ -606,7 +606,7 @@
"plot_bv_results(\n",
" bitstring_results[0],\n",
" hidden_string=hidden_string,\n",
" title=f\"Fire Opal ($n=19$)\",\n",
" title=\"Fire Opal ($n=19$)\",\n",
" max_columns=100,\n",
")"
]
Expand All @@ -633,7 +633,7 @@
"from qiskit.transpiler.preset_passmanagers import generate_preset_pass_manager\n",
"\n",
"backend = service.backend(backend_name)\n",
"sampler = Sampler(backend=backend)\n",
"sampler = Sampler(backend)\n",
"\n",
"circuit_qiskit = qiskit.QuantumCircuit.from_qasm_str(circuit_qasm)\n",
"pass_manager = generate_preset_pass_manager(optimization_level=1, backend=backend)\n",
Expand Down

0 comments on commit 993c396

Please sign in to comment.