Skip to content

Commit

Permalink
Fix description of partition_problem in wire cutting tutorial
Browse files Browse the repository at this point in the history
This is a follow-up to #174.  In that PR, `partition_problem` was not
described, but `execute_experiments` was mistakenly described
in two locations.
  • Loading branch information
garrison committed Aug 8, 2023
1 parent e3b9cc3 commit 5d06f06
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -235,10 +235,11 @@
"id": "fd0b0d6c-de39-459c-8b97-6831dab6b3be",
"metadata": {},
"source": [
"`execute_experiments` returns:\n",
"`partition_problem` returns:\n",
"\n",
"- A 3D list of length-2 tuples containing a quasiprobability distribution and QPD bit information for each unique subexperiment\n",
"- The coefficients for each subexperiment"
"- `Dict` mapping partition labels to subcircuits\n",
"- `Dict` mapping partition labels to subobservables\n",
"- A `list` of ``QPDBasis`` instances, one for each decomposed instruction"
]
},
{
Expand Down

0 comments on commit 5d06f06

Please sign in to comment.