WeightOnePaulis function

Warning

This documentation refers to the Classic QDK, which has been replaced by the Modern QDK.

Please see https://aka.ms/qdk.api for the API documentation for the Modern QDK.

Namespace: Microsoft.Quantum.Canon

Package: Microsoft.Quantum.Standard

Returns an array of all weight-1 Pauli operators on a given number of qubits.

function WeightOnePaulis (nQubits : Int) : Pauli[][]

Input

nQubits : Int

The number of qubits on which the returned Pauli operators are defined.

Output : Pauli[][]

An array of multi-qubit Pauli operators, each of which is represented as an array with length nQubits.