qiskit/releasenotes/notes/0.10/initial-ion-trap-support-33...

18 lines
719 B
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
features:
- |
Initial support for executing experiments on ion trap backends has been
added.
- |
An Rxx gate (rxx) and a global MølmerSørensen gate (ms) have been added
to the standard gate set.
- |
A Cnot to Rxx/Rx/Ry decomposer ``cnot_rxx_decompose`` and a single qubit
Euler angle decomposer ``OneQubitEulerDecomposer`` have been added to the
``quantum_info.synthesis`` module.
- |
A transpiler pass ``MSBasisDecomposer`` has been added to unroll circuits
defined over U3 and Cnot gates into a circuit defined over Rxx,Ry and Rx.
This pass will be included in preset pass managers for backends which
include the 'rxx' gate in their supported basis gates.