52 lines
1.2 KiB
Plaintext
52 lines
1.2 KiB
Plaintext
---
|
|
title: Qiskit 0.16 release notes
|
|
description: Changes made in Qiskit 0.16
|
|
in_page_toc_max_heading_level: 4
|
|
---
|
|
|
|
# Qiskit 0.16 release notes
|
|
|
|
## 0.16.0
|
|
|
|
<span id="id512" />
|
|
|
|
### Terra 0.12.0
|
|
|
|
No Change
|
|
|
|
<span id="aer-0-4-0" />
|
|
|
|
### Aer 0.4.0
|
|
|
|
No Change
|
|
|
|
<span id="id513" />
|
|
|
|
### Ignis 0.2.0
|
|
|
|
No Change
|
|
|
|
<span id="aqua-0-6-4" />
|
|
|
|
### Aqua 0.6.4
|
|
|
|
No Change
|
|
|
|
<span id="ibm-q-provider-0-5-0" />
|
|
|
|
### IBM Q Provider 0.5.0
|
|
|
|
<span id="id514" />
|
|
|
|
#### New Features
|
|
|
|
* Some of the visualization and Jupyter tools, including gate/error map and backend information, have been moved from `qiskit-terra` to `qiskit-ibmq-provider`. They are now under the `qiskit.providers.ibmq.jupyter` and `qiskit.providers.ibmq.visualization`. In addition, you can now use `%iqx_dashboard` to get a dashboard that provides both job and backend information.
|
|
|
|
<span id="id515" />
|
|
|
|
#### Changed
|
|
|
|
* JSON schema validation is no longer run by default on Qobj objects passed to `qiskit.providers.ibmq.IBMQBackend.run()`. This significantly speeds up the execution of the run() method. Qobj objects are still validated on the server side, and invalid Qobjs will continue to raise exceptions. To force local validation, set `validate_qobj=True` when you invoke `run()`.
|
|
|
|
<span id="qiskit-0-15-0" />
|