Skip to main contentIBM Quantum Documentation
This page is from an old version of Qiskit SDK and does not exist in the latest version. We recommend you migrate to the latest version. See the release notes for more information.
Important

IBM Quantum Platform is moving and this version will be sunset on July 1. To get started on the new platform, read the migration guide.

Random Number Services

qiskit.providers.ibmq.random

Modules related to IBM Quantum Experience random number generator services.

Caution

This package is currently provided in beta form and heavy modifications to both functionality and API are likely to occur.

The only service currently provided is the Cambridge Quantum Computing (CQC) extractor. To use this service, you need to first generate raw random bits and a set of parameters for the extractor. See qiskit_rng for more details.

Note

The CQC extractor service is not available to all accounts.


Classes

IBMQRandomService(provider)Random number services for an IBM Quantum Experience account provider.
CQCExtractor(name, provider, client, methods)Class for interfacing with a CQC remote extractor.
CQCExtractorJob(job_id, client[, parameters])Representation of an asynchronous call to the CQC extractor.
Was this page helpful?
Report a bug or request content on GitHub.