Qiskit / qiskit-addon-cutting

Reduce width and depth of quantum circuits by cutting gates and wires.
https://qiskit.github.io/qiskit-addon-cutting/
Apache License 2.0
84 stars 31 forks source link

Statistical inference (e.g., error bars on reconstructed expectation values) #257

Open garrison opened 1 year ago

garrison commented 1 year ago

The output of reconstruct_expectation_values should include a variance for each reconstructed expectation value.

garrison commented 3 months ago

I have a prototype of this now locally. I will try to open a PR soon.