CQCL / pytket-iqm

pytket-iqm, extensions for pytket quantum SDK
Apache License 2.0
2 stars 4 forks source link

Add method to access the metadata of a completed job #49

Closed ollityrkko closed 1 year ago

ollityrkko commented 1 year ago

RunResult of a completed circuit run contains metadata that includes e.g. the original request. This useful information can now be accessed with IQMBackend.get_metadata method.

ollityrkko commented 1 year ago

Already merged as #50