We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a92f14e commit 8c7473dCopy full SHA for 8c7473d
crates/accelerate/src/sparse_observable.rs
@@ -2301,7 +2301,7 @@ impl SparseObservable {
2301
/// Get a :class:`.PauliList` object that represents the measurement basis needed for each term
2302
/// (in order) in this observable.
2303
///
2304
- /// For example, the projector ``0l+`` will return a Pauli ``ZXY``. The resulting
+ /// For example, the projector ``0l+`` will return a Pauli ``ZYX``. The resulting
2305
/// :class:`.Pauli` is dense, in the sense that explicit identities are stored. An identity in
2306
/// the Pauli output does not require a concrete measurement.
2307
0 commit comments