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

Missing compile to string function #377

Closed kel85uk closed 2 years ago

kel85uk commented 3 years ago

Perhaps due to a planned change to deprecate the function, but there used to be a Program qasm() function (in program.h and program.cc) which allowed a direct dump of the qasm text to a string. This makes it very convenient to pass the string around via sockets instead of having to rely on a file IO type of solution. Am I missing some changes here?

wvlothuizen commented 2 years ago

Closing due to lack of activity