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

Support Quantum Gate Intrinsics, Equality + AndL BinOp #78

Merged
merged 9 commits into from
Mar 22, 2023

Conversation

swernli
Copy link
Collaborator

@swernli swernli commented Mar 17, 2023

This change supports the quantum gate intrinsics as defined in the library. For now, it uses the state dump that prints to standard out until we can agree on the proper API for Rust-based state dump.

In addition, this includes support and tests for the equality and logical-and binary operators along with tests.

This change supports the quantum gate intrinsics as defined in the library (where supported by qir-backend). For now, it uses the state dump that prints to standard out until we can agree on the proper API for Rust-based state dump.
@swernli swernli marked this pull request as draft March 17, 2023 06:26
@swernli swernli mentioned this pull request Mar 17, 2023
@swernli swernli changed the title Support Quantum Gate Intrinsics Support Quantum Gate Intrinsics, Equality + AndL BinOp Mar 18, 2023
@swernli swernli marked this pull request as ready for review March 18, 2023 06:05
compiler/qsc_eval/src/intrinsic.rs Outdated Show resolved Hide resolved
library/diagnostics.qs Show resolved Hide resolved
compiler/qsc_eval/src/intrinsic.rs Show resolved Hide resolved
compiler/qsc_eval/src/lib.rs Show resolved Hide resolved
@swernli swernli merged commit c9fc51c into main Mar 22, 2023
@swernli swernli deleted the swernli/quantum-intrinsic branch March 22, 2023 17:18
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.

None yet

2 participants