openqasm / qe-compiler

An MLIR based compiler dynamic circuit compiler for real-time control systems supporting OpenQASM 3
Other
38 stars 12 forks source link

Performance fix for break reset pass flag #289

Closed reza-j closed 3 months ago

reza-j commented 3 months ago

This PR has a performance fix for break reset pass with insertQuantumGatesIntoCirc flag that I added last week

reza-j commented 3 months ago

the main performance issue was searching/finding main func was done for each new circuit before this PR, while this PR find the main func only once