Microsoft.Quantum.Chemistry namespace

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.

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.