About cookies on this site Our websites require some cookies to function properly (required). In addition, other cookies may be used with your consent to analyze site usage, improve the user experience and for advertising. For more information, please review your options. By visiting our website, you agree to our processing of information as described in IBM’sprivacy statement. To provide a smooth navigation, your cookie preferences will be shared across the IBM web domains listed here.
Qiskit 0.21 release notes
0.21.0
Terra 0.15.2
No change
Aer 0.6.1
No change
Ignis 0.4.0
No change
Aqua 0.7.5
No change
IBM Q Provider 0.9.0
New Features
- You can now access the IBMQ random number services, such as the CQC randomness extractor, using the new package
qiskit.providers.ibmq.random
. Note that this feature is still in beta, and not all accounts have access to it. It is also subject to heavy modification in both functionality and API without backward compatibility.
Bug Fixes
- Fixes an issue that may raise a
ValueError
ifretrieve_job()
is used to retrieve a job submitted via the IBM Quantum Experience Composer. IBMQJobManager
has been updated so that if a time out happens while waiting for an old job to finish, the time out error doesn’t prevent a new job to be submitted. Fixes #737
Was this page helpful?
Report a bug or request content on GitHub.