qiskit.transpiler.passes.LinearFunctionsSynthesis.run¶
- LinearFunctionsSynthesis.run(dag)¶
Run the HighLevelSynthesis pass on dag. :type dag:
DAGCircuit
:param dag: input dag.- Type renvoyé
- Renvoie
Output dag with certain Operations synthesized (as specified by the hls_config).
- Lève
TranspilerError – when the specified synthesis method is not available.