We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 test that checks that:
expectation = lambda circuit, hamiltonian, parameters: ... f1(expectation(c, h, f2(x)))
can be derived on automatically on x in every supported framework (assuming f1 and f2 to have derivative defined in the framework, like np.log...)
x
f1
f2
np.log
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Add a test that checks that:
can be derived on automatically on
x
in every supported framework (assumingf1
andf2
to have derivative defined in the framework, likenp.log
...)The text was updated successfully, but these errors were encountered: