-
Notifications
You must be signed in to change notification settings - Fork 81
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 serverless guide with function template example: hamiltonian simulation #2276
Add serverless guide with function template example: hamiltonian simulation #2276
Conversation
(hamiltonian simulation)
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
One or more of the following people are relevant to this code: |
I'm merging this to a branch in this repo so we can get a preview |
Please make any follow-up commits to the
|
The very rough outline is intact, including the code, but I still need to write/revise some prose between the cells. Right now this example uses the
mergedeep
package to merge the user's estimator options with the function's default. If we need to remove this dependency, then I will modify the program so that if a user passes estimator options, they completely replace the function's default.Closes #2242.