You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are trying to incorporate custom shot noise models with circuit knitting. Particularly we are trying to see the effects of shot noise when we reconstruct probability distributions.
With the legacy CutQC implementation we could do that with the cloud based QASM simulator. But now that the cloud based QASM simulator has been deprecated, is there any other way to incorporate custom shot noise models with the legacy CutQC implementation?
Alternatively we can use the support circuit_knitting.cutting module for this purpose. But is there an implementation of reconstruct_full_distribution in circuit_knitting.cutting or any guidelines for how to implement that? Any help is appreciated.
The text was updated successfully, but these errors were encountered:
But is there an implementation of reconstruct_full_distribution in circuit_knitting.cutting or any guidelines for how to implement that?
There is a draft of such support in #428, but it has a bit different behavior: it allows generating independent samples from the full distribution rather than constructing the full distribution in memory and therefore avoids the Kronecker product and the associated exponential classical reconstruction cost.
We are trying to incorporate custom shot noise models with circuit knitting. Particularly we are trying to see the effects of shot noise when we reconstruct probability distributions.
Is using Qiskit Aer an option?
garrison
added
the
cutqc
Related to the wire cutting code based on the CutQC paper, arXiv:2012.02333
label
Jun 12, 2024
We are trying to incorporate custom shot noise models with circuit knitting. Particularly we are trying to see the effects of shot noise when we reconstruct probability distributions.
With the legacy CutQC implementation we could do that with the cloud based QASM simulator. But now that the cloud based QASM simulator has been deprecated, is there any other way to incorporate custom shot noise models with the legacy CutQC implementation?
Alternatively we can use the support
circuit_knitting.cutting
module for this purpose. But is there an implementation ofreconstruct_full_distribution
incircuit_knitting.cutting
or any guidelines for how to implement that? Any help is appreciated.The text was updated successfully, but these errors were encountered: