PureCircuitAPI.GateCall Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- gate
- QsQualifiedName
- info
- CallableInformation
- adjoint
- Boolean
- controls
- ImmutableArray<Int32>