AddGeneratorSystems 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.Simulation

Package: Microsoft.Quantum.Standard

Adds two GeneratorSystems to create a new GeneratorSystem.

function AddGeneratorSystems (generatorSystemA : Microsoft.Quantum.Simulation.GeneratorSystem, generatorSystemB : Microsoft.Quantum.Simulation.GeneratorSystem) : Microsoft.Quantum.Simulation.GeneratorSystem

Input

generatorSystemA : GeneratorSystem

The first GeneratorSystem.

generatorSystemB : GeneratorSystem

The second GeneratorSystem.

Output : GeneratorSystem

A GeneratorSystem representing a system that is the sum of the input generator systems.

See Also