Skip to main contentIBM Quantum Documentation
You are viewing the API reference for an old version of Qiskit SDK. Switch to latest version

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(opens in a new tab) 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.