Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
SalahedeenIssa committed Oct 10, 2023
1 parent cc55eba commit b651e05
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/source/optimizations/hilbert/hilbert_compile_css.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,9 @@
}
],
"source": [
"job_css = service.create_job(circuit1, repetitions=100, target=\"cq_hilbert_simulator\", method=\"noise-sim\")\n",
"job_css = service.create_job(\n",
"circuit1, repetitions=100, target=\"cq_hilbert_simulator\", method=\"noise-sim\"\n",
")\n",
"result_css = job_css.counts()\n",
"print(f\"Counts from noisy cirq-superstaq submission: {result_css}\")"
]
Expand Down

0 comments on commit b651e05

Please sign in to comment.