quantum-compiler / quartz

The Quartz Quantum Compiler
Apache License 2.0
76 stars 19 forks source link

[refactor] Let Context know which input parameters are symbolic #126

Closed xumingkuan closed 1 year ago

xumingkuan commented 1 year ago

A follow-up from https://github.com/quantum-compiler/quartz/pull/125#issuecomment-1542549883.

I think this can serve as a first step to move the control of all parameters from CircuitSeq to Context. This might need a more careful design for Context though.

xumingkuan commented 1 year ago

@typerSniper You may also want to take a look to make sure this doesn't break anything on your side before merging.