qiskit.transpiler.passes.HighLevelSynthesis.run¶
- HighLevelSynthesis.run(dag)[ソース]¶
Run the HighLevelSynthesis pass on dag. :param dag: input dag.
- 戻り値
Output dag with certain Operations synthesized (as specified by the hls_config).
- 例外
TranspilerError – when the specified synthesis method is not available.
- 戻り値の型