Monomorphize.Apply(QsCompilation, Boolean) Method

Definition

Performs Monomorphization on the given compilation. If the monomorphizeIntrinsics parameter is set to false, then intrinsics will not be monomorphized.

public static Microsoft.Quantum.QsCompiler.SyntaxTree.QsCompilation Apply (Microsoft.Quantum.QsCompiler.SyntaxTree.QsCompilation compilation, bool monomorphizeIntrinsics = false);
static member Apply : Microsoft.Quantum.QsCompiler.SyntaxTree.QsCompilation * bool -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsCompilation
Public Shared Function Apply (compilation As QsCompilation, Optional monomorphizeIntrinsics As Boolean = false) As QsCompilation

Parameters

compilation
QsCompilation
monomorphizeIntrinsics
Boolean

Returns

QsCompilation

Applies to