QuTech-Delft / OpenQL

OpenQL: A Portable Quantum Programming Framework for Quantum Accelerators. https://dl.acm.org/doi/10.1145/3474222
https://openql.readthedocs.io
Other
100 stars 44 forks source link

Tutorials broken due to differently-named qasm output file #347

Closed jvanstraten closed 4 years ago

jvanstraten commented 4 years ago

The tutorials expect a <program-name>.qasm file to be written to the output directory. Apparently that's not true anymore; now it writes a few differently named qasm files for the various passes. This is IMO a breaking change. Why doesn't it just output the final qasm file after all passes with the original naming?

@razvnane I'm assuming this is due to the modularization changes? Is this a permanent thing (i.e. docs should be updated) or should the code be fixed?