Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.53 KB

microsoft.quantum.research.chemistry.jwoptimizedgeneratorsystem.md

File metadata and controls

46 lines (31 loc) · 1.53 KB
uid title ms.date ms.topic qsharp.kind qsharp.namespace qsharp.name qsharp.summary
Microsoft.Quantum.Research.Chemistry.JWOptimizedGeneratorSystem
JWOptimizedGeneratorSystem function
7/28/2023 12:00:00 AM
managed-reference
function
Microsoft.Quantum.Research.Chemistry
JWOptimizedGeneratorSystem
Converts a Hamiltonian described by `JWOptimizedHTerms` to a `GeneratorSystem` expressed in terms of the `GeneratorIndex` convention defined in this file.

JWOptimizedGeneratorSystem 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.Research.Chemistry

Package: Microsoft.Quantum.Research.Chemistry

Converts a Hamiltonian described by JWOptimizedHTerms to a GeneratorSystem expressed in terms of the GeneratorIndex convention defined in this file.

function JWOptimizedGeneratorSystem (data : Microsoft.Quantum.Chemistry.JordanWigner.JWOptimizedHTerms) : Microsoft.Quantum.Simulation.GeneratorSystem

Input

data : JWOptimizedHTerms

Description of Hamiltonian in JWOptimizedHTerms format.

Output : GeneratorSystem

Representation of Hamiltonian as GeneratorSystem.