-
Notifications
You must be signed in to change notification settings - Fork 29
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
CKT can't cut symbolically parametrized gates #539
Comments
This is related to #256. |
For most gates we work with ( I will write the following in terms of a theta vector, which has some number of theta parameters for gates being cut, all of which are in the In this common but not completely general case, the coefficients are needed at two places during the workflow.
Of course, the goal is to design a suitable interface for users to work with the above two steps in a straightforward, clear manner. |
Also, when one is reconstructing multiple values of theta from the same subexperiment, it would be really nice if we had error estimates as well (#257). That way, one could get a feel for how much sampling error there is at each theta point, as the sampling error will depend on theta. |
CKT can currently only cut gates with bound parameters. Investigate cutting gates with symbolic parameters.
The text was updated successfully, but these errors were encountered: