טרם תורגם
דף זה טרם תורגם. התוכן מוצג באנגלית.
Integrate external quantum resources with Qiskit
The Qiskit SDK is built to support third parties in creating external providers of quantum resources.
This means that any organization that develops or deploys quantum compute resources can integrate their services into Qiskit and tap into its userbase.
Doing so requires creating a package that supports requests for quantum compute resources and returns them to the user.
Additionally, the package must allow users to submit jobs and retrieve their results through an implementation of the qiskit.primitives objects.