ConcreteCallGraph(QsCompilation) Constructor

Definition

Constructs a call graph with concretizations of callables that is trimmed to only include callables that entry points are dependent on. All Generated Implementations for specializations should be resolved before calling this, except Self-Inverse, which is handled by creating a dependency to the appropriate specialization of the same callable. This will throw an error if a Generated Implementation other than a Self-Inverse is encountered.

public ConcreteCallGraph (Microsoft.Quantum.QsCompiler.SyntaxTree.QsCompilation compilation);
new Microsoft.Quantum.QsCompiler.DependencyAnalysis.ConcreteCallGraph : Microsoft.Quantum.QsCompiler.SyntaxTree.QsCompilation -> Microsoft.Quantum.QsCompiler.DependencyAnalysis.ConcreteCallGraph
Public Sub New (compilation As QsCompilation)

Parameters

compilation
QsCompilation

Applies to