HTermsToGenIdx 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.Chemistry

Package: Microsoft.Quantum.Chemistry

Converts an index to a Hamiltonian term in HTerm[] data format to a GeneratorIndex.

function HTermsToGenIdx (data : Microsoft.Quantum.Chemistry.HTerm[], termType : Int[], idx : Int) : Microsoft.Quantum.Simulation.GeneratorIndex

Input

data : HTerm[]

Input data in HTerm[] format.

termType : Int[]

Additional information added to GeneratorIndex.

idx : Int

Index to a term of the Hamiltonian

Output : GeneratorIndex

A GeneratorIndex representing a Hamiltonian term represented by data[idx], together with additional information added by termType.