oqc-community / qat

QAT is a quantum compiler and runtime focused on low-level, just-above-driver integration.
Other
37 stars 8 forks source link

Feature/new serialiser backend #111

Closed jfriel-oqc closed 1 week ago

jfriel-oqc commented 1 month ago

Adding the new serialiser backend with some tests to verify that all is good with maintaining integrity of floats etc as that's a common trip up with some serialiser backends

Added a little speed test script, too, nothing sophisticated, but something we can lean on for new serialisation, worth keeping in the tools folder imo

serialiser_test

keriksson-rosenqvist commented 3 weeks ago

Any particular reason this work is done towards develop and not main?

jfriel-oqc commented 3 weeks ago

Any particular reason this work is done towards develop and not main?

because I didn't think, I just started a new branch off dev. Will do our branch switching asap