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
99 stars 44 forks source link

Visualizer warning fix #383

Closed tmeer closed 3 years ago

tmeer commented 3 years ago

Fix for the visualizer warnings. Most of the visualizer code has been moved to the visualizer source files and no warnings will be generated when not actually calling the visualizer.

Also includes codestyle changes and a new wrapper for CImg calls.