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

Internal measurements #8

Open
bichselb opened this issue Aug 22, 2023 · 1 comment
Open

Internal measurements #8

bichselb opened this issue Aug 22, 2023 · 1 comment

Comments

@bichselb
Copy link

Does Feynver support internal measurements?

I can use Feynopt with internal measurements, such as

OPENQASM 2.0;
include "qelib1.inc";
qreg q[1];
creg c[1];

measure q[0] -> c[0];
h q[0];

But I was unable to figure out how to specify measurements in .qc files expected by Feynver.

@meamy
Copy link
Owner

meamy commented Aug 22, 2023

Feynver doesn't support internal measurements at the moment. The code to perform the verification exists, I just haven't gotten around to hooking it all up. Marking this as a feature request!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants