rigetti / qcs-sdk-qir

Compile & Run Quantum Intermediate Representation (QIR) Programs on Rigetti Quantum Cloud Services (QCS)
Apache License 2.0
8 stars 3 forks source link

Update helper lib in accordance with C SDK updates #45

Open nilslice opened 2 years ago

nilslice commented 2 years ago

Ensure compatibility with https://github.com/rigetti/qcs-sdk-c/pull/13, once we decide to update.

nilslice commented 2 years ago

As part of this update, it might be worth also improving the success case of executing a program, e.g. within this branch https://github.com/rigetti/qcs-sdk-qir/blob/main/helper/helper.h#L78

Maybe consider some generic display of the values returned?