ConcreteCallGraph(QsCompilation) 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.
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