Skip to content
Merged

doc fix #13914

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crates/accelerate/src/sparse_observable.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1522,7 +1522,7 @@ impl PySparseTerm {

/// Get a :class:`.Pauli` object that represents the measurement basis needed for this term.
///
/// For example, the projector ``0l+`` will return a Pauli ``ZXY``. The resulting
/// For example, the projector ``0l+`` will return a Pauli ``ZYX``. The resulting
/// :class:`.Pauli` is dense, in the sense that explicit identities are stored. An identity in
/// the Pauli output does not require a concrete measurement.
///
Expand Down