Skip to content

Enhanced local testing mode #5699

Description

@jyu00

URL to the relevant guide or resource

https://quantum.cloud.ibm.com/docs/en/guides/local-testing-mode

Select all that apply

  • new content request
  • typo
  • code bug
  • out-of-date content
  • broken link
  • other

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions