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

[Backport] search upward for parameters (#320) #321

Closed bcdonovan closed 2 months ago

bcdonovan commented 2 months ago

Adjust the ParameterInitialValueAnalysis so that it will search the current module for parameter definitions and then search parent modules if parameters are not found.

Cherry-pick to test_1 branch