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

PyQIR generator API redesign with classical if statement #43

Merged
merged 65 commits into from
Feb 17, 2022
Merged

Conversation

bamarsha
Copy link
Contributor

@bamarsha bamarsha commented Feb 3, 2022

Closes #32.

@idavis idavis requested a review from swernli February 14, 2022 20:33
Copy link
Collaborator

@swernli swernli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few minor comments, but overall it all looks good!

pyqir-generator/pyqir/generator/__init__.py Show resolved Hide resolved
pyqir-generator/pyqir/generator/qis.pyi Show resolved Hide resolved
pyqir-generator/pyqir/generator/value.pyi Outdated Show resolved Hide resolved
pyqir-generator/src/python.rs Show resolved Hide resolved
pyqir-generator/src/qir/instructions.rs Outdated Show resolved Hide resolved
pyqir-jit/src/python.rs Outdated Show resolved Hide resolved
pyqir-parser/Cargo.toml Show resolved Hide resolved
pyqir-tests/tests/test_teleport.py Outdated Show resolved Hide resolved
pyqir-tests/tests/test_teleport.py Outdated Show resolved Hide resolved
Copy link
Contributor

@cgranade cgranade left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Leaving as comments only since it's the PR is still in draft, but had a few thoughts here and there. Really exciting to see this all come together! ♥

pyqir-generator/pyqir/__init__.py Show resolved Hide resolved
eng/psakefile.ps1 Show resolved Hide resolved
examples/jit/bernstein_vazirani.py Outdated Show resolved Hide resolved
pyqir-generator/pyqir/generator/__init__.py Show resolved Hide resolved
pyqir-generator/pyqir/generator/builder.pyi Show resolved Hide resolved
pyqir-generator/src/python.rs Show resolved Hide resolved
pyqir-generator/src/python.rs Show resolved Hide resolved
pyqir-generator/tests/test_api.py Show resolved Hide resolved
pyqir-jit/pyqir/jit/nonadaptivejit.py Outdated Show resolved Hide resolved
pyqir-jit/src/python.rs Outdated Show resolved Hide resolved
@bamarsha bamarsha marked this pull request as ready for review February 16, 2022 02:03
@bamarsha bamarsha enabled auto-merge (squash) February 17, 2022 20:58
@bamarsha bamarsha merged commit efcbf1b into main Feb 17, 2022
@bamarsha bamarsha deleted the samarsha/if branch February 17, 2022 21:05
@idavis idavis restored the samarsha/if branch February 17, 2022 21:16
@idavis idavis deleted the samarsha/if branch February 17, 2022 21:27
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.

PyQIR generator API redesign with classical if statement
4 participants