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

add a clifford-based optimizer module called foust to cl-quil #926

Merged
merged 2 commits into from
Sep 25, 2024

Conversation

YarinHeffes
Copy link
Contributor

This pull request adds a set of packages that build up an optimization routine, based on Intel's PCOAST, which takes advantage of the Clifford group as the normalizer of the Pauli group to perform global optimizations, including and especially in the context of measurements and preparations.

More details can be found in src/foust/README.md.

This commit does not integration to compiler-hook, which we expect in a follow-up commit and pull request.

This commit adds a set of packages that build up an optimization
routine, based on Intel's PCOAST, which takes advantage of the
Clifford group as the normalizer of the Pauli group to perform
global optimizations, including and especially in the context of
measurements and preparations.

More details can be found in src/foust/README.md.

This commit does not integration to compiler-hook, which we expect
in a follow-up commit and pull request.
Copy link
Member

@stylewarning stylewarning left a comment

Choose a reason for hiding this comment

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

Great work!

@stylewarning stylewarning merged commit 68545cd into master Sep 25, 2024
3 checks passed
@stylewarning stylewarning deleted the foust branch September 25, 2024 23:08
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.

2 participants