From ec7bc61b79e7425ab3515b7c1fc15f13829c54ce Mon Sep 17 00:00:00 2001 From: Caleb Johnson Date: Fri, 31 Jan 2025 14:47:28 -0600 Subject: [PATCH] Update fix-indexing-0c49df940710efde.yaml --- releasenotes/notes/fix-indexing-0c49df940710efde.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releasenotes/notes/fix-indexing-0c49df940710efde.yaml b/releasenotes/notes/fix-indexing-0c49df940710efde.yaml index 3fbebaa..97cf2a4 100644 --- a/releasenotes/notes/fix-indexing-0c49df940710efde.yaml +++ b/releasenotes/notes/fix-indexing-0c49df940710efde.yaml @@ -1,3 +1,3 @@ fixes: - | - Fixed an indexing error in :func:`qiskit_addon_sqd.configuration_recovery._bipartite_bitstring_correcting` where the probability array for the right bitstring subsystem, `probs_right`, was constructed incorrectly as the code trasveres the left subsystem instead. + Fixed an indexing error in :func:`qiskit_addon_sqd.configuration_recovery` which caused bits in the right half of the bitstring to be flipped with respect to the occupancies of the oritals associated with the left half of the bitstring.