mirror of https://github.com/Qiskit/qiskit.git
7 lines
324 B
YAML
7 lines
324 B
YAML
---
|
|
features_quantum_info:
|
|
- |
|
|
The function :meth:`~.SparsePauliOp.apply_layout` from :class:`.SparsePauliOp` now allows for the
|
|
layout argument to also be ``None``. That is, the method can now also be used for circuits where no transpilation/routing
|
|
took place (for example when transpiling for a simulator).
|