Synthesis#

Function representing the Cost-aware synthesis scheme (For details, please refer [3] and [2]).

cost_aware_synthesis(circ: mqt.syrec.pysyrec.circuit, program: mqt.syrec.pysyrec.program, settings: mqt.syrec.pysyrec.properties = None, statistics: mqt.syrec.pysyrec.properties = None) bool#

Cost-aware synthesis of the SyReC program.

Function representing the Line-aware synthesis scheme (For details, please refer [4]).

line_aware_synthesis(circ: mqt.syrec.pysyrec.circuit, program: mqt.syrec.pysyrec.program, settings: mqt.syrec.pysyrec.properties = None, statistics: mqt.syrec.pysyrec.properties = None) bool#

Line-aware synthesis of the SyReC program.