PauliCoefficientFromGenIdx 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.Simulation

Package: Microsoft.Quantum.Standard

Extracts the coefficient of a Pauli term described by a GeneratorIndex.

function PauliCoefficientFromGenIdx (generatorIndex : Microsoft.Quantum.Simulation.GeneratorIndex) : Double

Input

generatorIndex : GeneratorIndex

GeneratorIndex type that encodes a Pauli term.

Output : Double

The coefficient of the term described by a GeneratorIndex.