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

Continuation of refactoring and fixing undefined behavior #369

Closed jvanstraten closed 3 years ago

jvanstraten commented 3 years ago

Work in progress on refactoring, primarily focusing on debugging and removing undefined behavior due to incorrect usage of C++ constructs, for instance due to map::operator[] default-inserting non-existent keys on read rather than giving an error.