URL to the relevant guide or resource
https://quantum.cloud.ibm.com/docs/en/guides/local-testing-mode
Select all that apply
Describe the fix or the content request.
With the release of the client-side primitives (see #5698), local testing mode will actually apply error mitigation methods.
Prior to this change, if you do
from qiskit_ibm_runtime import Estimator
estimator = Estimator(FakeKingston())
estimator.options.resilience.measure_mitigation = True
estimator.run(...)
It simply ignores the measure_mitigation = True option because all that processing is done on the server side.
With the new client-side primitives, the same code will actually apply measurement error mitigation to your circuits, paving the path to test different error mitigation methods locally prior to committing QPU time.
For new content requests - if the request is accepted, do you want to write the content?
I can help the team by providing enough information or by referring them to a specific Subject Matter Expert to write the material
URL to the relevant guide or resource
https://quantum.cloud.ibm.com/docs/en/guides/local-testing-mode
Select all that apply
Describe the fix or the content request.
With the release of the client-side primitives (see #5698), local testing mode will actually apply error mitigation methods.
Prior to this change, if you do
It simply ignores the
measure_mitigation = Trueoption because all that processing is done on the server side.With the new client-side primitives, the same code will actually apply measurement error mitigation to your circuits, paving the path to test different error mitigation methods locally prior to committing QPU time.
For new content requests - if the request is accepted, do you want to write the content?
I can help the team by providing enough information or by referring them to a specific Subject Matter Expert to write the material