QuTech-Delft / OpenSquirrel

A flexible (Python-based) quantum program compiler
Apache License 2.0
4 stars 1 forks source link

[CQT-30] Print out available information instead of "anonymous-gate" #237

Closed elenbaasc closed 1 month ago

elenbaasc commented 2 months ago

The writer pass determines the amount of significant digits that is written for parameters. Currently, this is set to 8. The name of an anonymous gate is given in the gate object. Any parameters in the name should be rounded to the amount of significant digits set by the writer.