Skip to content

Comments

Qiskit Handle Qubit Loss Results#726

Open
ScottCarda-MS wants to merge 13 commits intomainfrom
sccarda/QiskitQubitLoss
Open

Qiskit Handle Qubit Loss Results#726
ScottCarda-MS wants to merge 13 commits intomainfrom
sccarda/QiskitQubitLoss

Conversation

@ScottCarda-MS
Copy link
Contributor

@ScottCarda-MS ScottCarda-MS commented Feb 24, 2026

This updates the job output translation for qiskit jobs to make them compatible with qubit loss results. This will keep all the results in "raw" fields in the data object of the results:
results.data["raw_counts"]
results.data["raw_probabilities"]
results.data["raw_memory"] (v2 only)
The "regular" fields will have the results containing qubit loss dropped from them:
results.data["counts"]
results.data["probabilities"]
results.data["memory"] (v2 only)
This will keep qiskit operations and framework compatible with the result object, while giving the users the ability to access the raw data themselves.

Apologies, but there are a lot of formatting changes in job.py. The locations of the content-changes are:

@ScottCarda-MS ScottCarda-MS changed the title Sccarda/qiskit qubit loss Qiskit Handle Qubit Loss Results Feb 24, 2026
@ScottCarda-MS
Copy link
Contributor Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@ScottCarda-MS ScottCarda-MS marked this pull request as ready for review February 25, 2026 05:37
@ScottCarda-MS ScottCarda-MS requested a review from a team as a code owner February 25, 2026 05:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant