German
Sprachen
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.quantum_info.PauliTable.argsort

PauliTable.argsort(weight=False)[Quellcode]

Return indices for sorting the rows of the table.

The default sort method is lexicographic sorting by qubit number. By using the weight kwarg the output can additionally be sorted by the number of non-identity terms in the Pauli, where the set of all Pauli’s of a given weight are still ordered lexicographically.

Parameter

weight (bool) – optionally sort by weight if True (Default: False).

Rückgabe

the indices for sorting the table.

Rückgabetyp

array