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.17 release notes
0.17.0
Terra 0.12.0
No Change
Aer 0.4.1
No Change
Ignis 0.2.0
No Change
Aqua 0.6.5
No Change
IBM Q Provider 0.6.0
New Features
- There are three new exceptions:
VisualizationError
,VisualizationValueError
, andVisualizationTypeError
. These are now used in the visualization modules when an exception is raised. - You can now set the logging level and specify a log file using the environment variables
QSIKIT_IBMQ_PROVIDER_LOG_LEVEL
andQISKIT_IBMQ_PROVIDER_LOG_FILE
, respectively. Note that the name of the logger isqiskit.providers.ibmq
. qiskit.providers.ibmq.job.IBMQJob
now has a new methodscheduling_mode()
that returns the scheduling mode the job is in.- IQX-related tutorials that used to be in
qiskit-iqx-tutorials
are now inqiskit-ibmq-provider
.
Changed
qiskit.providers.ibmq.IBMQBackend.jobs()
now accepts a new boolean parameterdescending
, which can be used to indicate whether the jobs should be returned in descending or ascending order.qiskit.providers.ibmq.managed.IBMQJobManager
now looks at the job limit and waits for old jobs to finish before submitting new ones if the limit has been reached.qiskit.providers.ibmq.IBMQBackend.status()
now raises aqiskit.providers.ibmq.IBMQBackendApiProtocolError
exception if there was an issue with validating the status.
Was this page helpful?
Report a bug or request content on GitHub.