co9olguy / qdata

1 stars 3 forks source link

Serialization function #4

Closed co9olguy closed 4 years ago

co9olguy commented 4 years ago

We will need a function which can take in the basic quantum circuit/operator data structure established in #3 and convert it to a valid string for our fork of qasm.

Eventually, this serialization function can be used to help people preparing new datasets to write their datasets to a text format.

josh146 commented 4 years ago

This has now been implemented in WIP form (QasmProgram.serialize()) via #8.