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
Now that SamplerV2 has been released and supports single-shot counts data, we can theoretically run all our count-based experiments using the sampler primitive. The work can be broken into these PRs:
Refactor circuits() in older experiments to use parameterized_circuits() following @nkanazawa1989's work in Stark experiments
Save parameters and circuit metadata in experiment metadata
Support SamplerV2 backends in experiment.run()
Refactor curve analysis to parse the new format using metadata
The text was updated successfully, but these errors were encountered:
Now that
SamplerV2
has been released and supports single-shot counts data, we can theoretically run all our count-based experiments using the sampler primitive. The work can be broken into these PRs:circuits()
in older experiments to useparameterized_circuits()
following @nkanazawa1989's work in Stark experimentsSamplerV2
backends inexperiment.run()
The text was updated successfully, but these errors were encountered: