-
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 simu… #2300
base: main
Are you sure you want to change the base?
Conversation
…lation (#2276) 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. --------- Co-authored-by: Jen Glick <[email protected]> Co-authored-by: Rebecca Dimock <[email protected]> Co-authored-by: Rebecca Dimock <[email protected]>
One or more of the following people are relevant to this code: |
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
This will close #2242 when it is merged. |
I opened #2302 since I don't have permission to push to this repository. |
I am not able to push directly to the branch in #2300, so I opened this instead.
"tags": [] | ||
}, | ||
"source": [ | ||
"# Build a function template for Hamiltonian simulation" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"# Build a function template for Hamiltonian simulation" | |
"# Build a Qiskit Function template for Hamiltonian simulation" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or is this not related to Qiskit Functions?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or is this not related to Qiskit Functions?
I'm not sure!
I recommend we rename the file something more human-readable, like |
Co-authored-by: abbycross <[email protected]>
Co-authored-by: abbycross <[email protected]>
Continuation of #2276