Korean
언어
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.quantum_info.PauliTable.anticommutes_with_all

PauliTable.anticommutes_with_all(other)[소스]

Return indexes of rows that commute other.

If other is a multi-row Pauli table the returned vector indexes rows of the current PauliTable that anti-commute with all Pauli’s in other. If no rows satisfy the condition the returned array will be empty.

매개변수

other (PauliTable) – a single Pauli or multi-row PauliTable.

반환

index array of the anti-commuting rows.

반환 형식

array