Microsoft.Quantum.Chemistry namespace

Functions

Name Summary
HTermToGenIdx Converts a Hamiltonian term in HTerm data format to a GeneratorIndex.
HTermsToGenIdx Converts an index to a Hamiltonian term in HTerm[] data format to a GeneratorIndex.
HTermsToGenSys Converts a Hamiltonian in HTerm[] data format to a GeneratorSystem.
IsNotZero Checks whether a Double number is not approximately zero.

User-defined types

Name Summary
HTerm Format of data passed from C# to Q# to represent a term of the Hamiltonian. The meaning of the data represented is determined by the algorithm that receives it.