Skip to content

Commit

Permalink
remove redundant sections
Browse files Browse the repository at this point in the history
  • Loading branch information
assafb committed Oct 22, 2024
1 parent 92eee9d commit 50ed9da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/guides/qedma-qesem.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,8 @@
"The result of the submitted job had 1 PUB\n",
"The expectation values measured from this PUB are: \n",
"[0.98, 1.01]\n",
"The error-bar values are: \n",
"[0.028, 0.015]\n",
"And the associated metadata contains the original observables, making the results easier to interpret: \n",
"{\n",
" 'observables': [\n",
Expand All @@ -324,6 +326,7 @@
"source": [
"print(f'The result of the submitted job had {len(result)} PUB')\n",
"print(f'The expectation values measured from this PUB are: \\n{result[0].data.evs}')\n",
"print(f'The error-bar values are: \\n{result[0].data.stds}')\n",
"print(f'And the associated metadata contains the original observables, making the results easier to interpret: \\n{result[0].metadata}')"
]
},
Expand Down

0 comments on commit 50ed9da

Please sign in to comment.