Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Measurement level 2 hex #375

Open
DanPuzzuoli opened this issue Jan 24, 2025 · 0 comments
Open

Measurement level 2 hex #375

DanPuzzuoli opened this issue Jan 24, 2025 · 0 comments
Milestone

Comments

@DanPuzzuoli
Copy link
Collaborator

PR #373 converted the meas level 2 results to be returned in hexadecimal. This has resulted in tests failing:

  • Some are simply that the checks are done on binary strings, which is easy to fix, but:
  • Others are due to the fact that the DynamicsBakend has the option to return measurements of higher energy states, resulting in non-binary result strings, which fail in the conversion (which assumes base 2).

Some solutions:

  • Add the option to return results in the original bit strings
  • Disable measurement of higher level energy states (I think not preferred)

For now I'm going to leave this for general discussions about pulse migration.

@DanPuzzuoli DanPuzzuoli added this to the Release 6.0.0 milestone Jan 24, 2025
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

No branches or pull requests

1 participant