quantum-compiler / quartz

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

[Bug] Manage parameters in ParamInfo and fix a bug causing Graph with parameter expressions to crash #166

Closed xumingkuan closed 7 months ago

xumingkuan commented 7 months ago

Close #165. Now all parameter information is handled in ParamInfo objects.

Also fixes a bug introduced in #159 causing Graph with parameter expressions to crash.