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

Make sure uccsd from cudaqx compiles for quantum devices #2458

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

annagrin
Copy link
Collaborator

@annagrin annagrin commented Dec 9, 2024

Description

Fix a number of issues with compiler passes discovered in uccsd compilation for quantum devices.

Details

  • Fix crashes in LiftArrayAlloc
  • Add const prop for if(%true) and if(%false) statements
  • Unroll loops twice in the unrolling pipeline, with the LiftArrayAlloc pass in between
    • helps const prop loop boundaries stored in arrays
  • Use solvers.stateprep.uccsd code
  • Add tests

Signed-off-by: Anna Gringauze <[email protected]>
Signed-off-by: Anna Gringauze <[email protected]>
Signed-off-by: Anna Gringauze <[email protected]>
Signed-off-by: Anna Gringauze <[email protected]>
Copy link

github-actions bot commented Dec 9, 2024

CUDA Quantum Docs Bot: A preview of the documentation can be found here.

github-actions bot pushed a commit that referenced this pull request Dec 9, 2024
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