Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Sphinx syntax
Browse files Browse the repository at this point in the history
jakelishman authored May 10, 2024

Verified

This commit was signed with the committer’s verified signature. The key has expired.
sohkai Brett Sun
1 parent 931a15b commit db8143a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
fixes:
- |
Fixed :meth:`~.SparsePauliOp.apply_layout` and :meth:`~.Pauli.apply_layout`
to raise ``QiskitError`` if duplicate indices or negative indices are provided
Fixed :meth:`.SparsePauliOp.apply_layout` and :meth:`.Pauli.apply_layout`
to raise :exc:`QiskitError` if duplicate indices or negative indices are provided
as part of a layout.

0 comments on commit db8143a

Please sign in to comment.