Skip to content

Commit

Permalink
Documenting circuit retrieval (#728)
Browse files Browse the repository at this point in the history
Co-authored-by: Bharath Thotakura <113555655+bharat-thotakura@users.noreply.github.com>
Co-authored-by: Bharath <bharath.thotakura@infleqtion.com>
  • Loading branch information
3 people authored Oct 13, 2023
1 parent 9b6193d commit 43c2482
Show file tree
Hide file tree
Showing 6 changed files with 571 additions and 302 deletions.
28 changes: 14 additions & 14 deletions cirq-superstaq/examples/resource_estimate.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 2,
"id": "dbe9697e",
"metadata": {},
"outputs": [],
Expand All @@ -44,7 +44,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 3,
"id": "935ddecf",
"metadata": {},
"outputs": [
Expand All @@ -69,7 +69,7 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": 4,
"id": "975f649b",
"metadata": {},
"outputs": [
Expand All @@ -96,7 +96,7 @@
},
{
"cell_type": "code",
"execution_count": 6,
"execution_count": 5,
"id": "718a8cae",
"metadata": {},
"outputs": [
Expand Down Expand Up @@ -126,7 +126,7 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": 6,
"id": "236a9aa6",
"metadata": {},
"outputs": [
Expand All @@ -153,7 +153,7 @@
},
{
"cell_type": "code",
"execution_count": 9,
"execution_count": 7,
"id": "760b3aa0",
"metadata": {},
"outputs": [
Expand All @@ -175,17 +175,17 @@
},
{
"cell_type": "code",
"execution_count": 10,
"execution_count": 8,
"id": "913dbfbf",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"0: ───Rz(1.5π)───Rx(0.5π)───AceCR+-(Z side)───M───\n",
" \n",
"1: ──────────────Rx(0.5π)───AceCR+-(X side)───────\n"
"0: ───Rz(1.5π)───X^0.5───AceCR+-(Z side)───M───\n",
"\n",
"1: ───X^0.5──────────────AceCR+-(X side)───────\n"
]
}
],
Expand All @@ -196,7 +196,7 @@
},
{
"cell_type": "code",
"execution_count": 11,
"execution_count": 9,
"id": "999218e7",
"metadata": {},
"outputs": [
Expand All @@ -223,7 +223,7 @@
},
{
"cell_type": "code",
"execution_count": 13,
"execution_count": 10,
"id": "9a9d0677",
"metadata": {},
"outputs": [
Expand Down Expand Up @@ -261,7 +261,7 @@
},
{
"cell_type": "code",
"execution_count": 14,
"execution_count": 11,
"id": "0cb65736",
"metadata": {},
"outputs": [
Expand Down Expand Up @@ -295,7 +295,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.12"
"version": "3.11.2"
}
},
"nbformat": 4,
Expand Down
Loading

0 comments on commit 43c2482

Please sign in to comment.