CQCL / pytket-qiskit

pytket-qiskit, extensions for pytket quantum SDK
Apache License 2.0
17 stars 13 forks source link

Handle PrimitiveResult as result type. #335

Closed cqc-alec closed 6 months ago

cqc-alec commented 6 months ago

Description

We were assuming a SamplerResult. We still handle that case, though I don't know if it ever occurs.

Related issues

Fixes #334 .

Checklist