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

Parameters Compiling Performance Improvements #330

Closed bcdonovan closed 1 month ago

bcdonovan commented 1 month ago

Improves performance of compilation when using parameters by dropping the use of the DeclareParameterOp and resulting symbol lookup. The initial value has been moved to an attribute of the ParameterLoadOp. Removes the use of ParameterInitialValueAnalysis.