טרם תורגם
דף זה טרם תורגם. התוכן מוצג באנגלית.
Get started with the backend primitives
Unlike provider-specific primitives, backend primitives are generic implementations that can be used with an arbitrary
backend object, as long as it implements the BackendV2 interface. Some providers implement primitives natively. See the Qiskit Ecosystem page for details.
Get started with the Estimator backend primitive
The Estimator primitive can be run with any provider by using the qiskit.primitives.BackendEstimatorV2 class. However, it offers no measurement or gate error mitigation implementations "out-of-the-box", as backend primitives are designed to run locally in the user's machine.