QuTech-Delft / quantuminspire

Quantum Inspire SDK
Apache License 2.0
65 stars 27 forks source link

Method to_dict() on QI Qiskit Result cannot be serialized #132

Closed peendebak closed 2 years ago

peendebak commented 2 years ago

After execution of a job with the QI Qiskit backend there is a qiskit.result.Result object. Calling the method to_dict() results in a dictionary with the status field set to an object which prevents the dict from being serialized

image

The normal qiskit backends create a dict with the status field set to a string.

@QFer

QFer commented 2 years ago

Created bug report SDS-542 for implementing to_dict in QIResult correctly

QFer commented 2 years ago

Fix is merged to dev