HTermsToGenSys 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 in HTerm[] data format to a GeneratorSystem.

function HTermsToGenSys (data : Microsoft.Quantum.Chemistry.HTerm[], termType : Int[]) : Microsoft.Quantum.Simulation.GeneratorSystem

Input

data : HTerm[]

Input data in HTerm[] format.

termType : Int[]

Additional information added to GeneratorIndex.

Output : GeneratorSystem

A GeneratorSystem representing a Hamiltonian represented by the input data.