PureCircuitAPI.GateCall Constructor

Definition

public GateCall (Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName gate, Microsoft.Quantum.QsCompiler.SyntaxTree.CallableInformation info, bool adjoint, System.Collections.Immutable.ImmutableArray<int> controls, Microsoft.Quantum.QsCompiler.Experimental.PureCircuitAPI.Expression arg);
new Microsoft.Quantum.QsCompiler.Experimental.PureCircuitAPI.GateCall : Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName * Microsoft.Quantum.QsCompiler.SyntaxTree.CallableInformation * bool * System.Collections.Immutable.ImmutableArray<int> * Microsoft.Quantum.QsCompiler.Experimental.PureCircuitAPI.Expression -> Microsoft.Quantum.QsCompiler.Experimental.PureCircuitAPI.GateCall
Public Sub New (gate As QsQualifiedName, info As CallableInformation, adjoint As Boolean, controls As ImmutableArray(Of Integer), arg As PureCircuitAPI.Expression)

Parameters

adjoint
Boolean
controls
ImmutableArray<Int32>

Applies to