Skip to content

Commit

Permalink
Update docs/tutorials/get_started.ipynb
Browse files Browse the repository at this point in the history
Co-authored-by: Abby Mitchell <[email protected]>
  • Loading branch information
frankharkins and javabster authored Jul 25, 2023
1 parent 7752e28 commit 3cceb9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/get_started.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
"source": [
"The `qasi_dists` property is a list of sampled distributions for each circuit we provided. Since we only provided one circuit, the list only has one element.\n",
"\n",
"The distributions are dictionary-like objects. Each key is a measured output, and its value is the fraction of the time that output was measured. In this case, the circuit output `0` ~50% of the time, and `3` (which is `11` in binary) ~50% of the time."
"The distributions are dictionary-like objects. Each key is a measured output, and its value is the fraction of the time that output was measured. In this case, the circuit measurement output was `0` ~50% of the time, and `3` (which is `11` in binary) ~50% of the time."
]
},
{
Expand Down

0 comments on commit 3cceb9f

Please sign in to comment.