HTerm user defined type

Namespace: Microsoft.Quantum.Chemistry

Package: Microsoft.Quantum.Chemistry

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.


newtype HTerm = (Int[], Double[]);