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

Reduce proof obligations #2

Open
zamdzhiev opened this issue Feb 5, 2023 · 0 comments
Open

Reduce proof obligations #2

zamdzhiev opened this issue Feb 5, 2023 · 0 comments

Comments

@zamdzhiev
Copy link
Owner

When using the Unitary data type, it is sometimes required to satisfy proof obligations. This can make programming more difficult. Therefore, we should try to reduce this burden.

One idea is to use a monadic progamming discipline to introduce unitary operations as well. Essentially, we can try to have a very similar interface to QuantumOP, but without state preparation and without measurements, so that the operation we describe is indeed unitary.

This idea will be developed during an upcoming internship soon.

If someone happens to have some other idea or method in mind and is willing to share, then please let us know!

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