HTermToGenIdx 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 a Hamiltonian term in HTerm data format to a GeneratorIndex.

function HTermToGenIdx (term : Microsoft.Quantum.Chemistry.HTerm, termType : Int[]) : Microsoft.Quantum.Simulation.GeneratorIndex

Input

term : HTerm

Input data in HTerm format.

termType : Int[]

Additional information added to GeneratorIndex.

Output : GeneratorIndex

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