Qiskit / documentation

The documentation content home for https://docs.quantum.ibm.com.
https://docs.quantum.ibm.com
Apache License 2.0
38 stars 81 forks source link

Add serverless guide with function template example: hamiltonian simulation #2276

Closed garrison closed 1 week ago

garrison commented 1 week ago

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.

review-notebook-app[bot] commented 1 week ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

qiskit-bot commented 1 week ago

One or more of the following people are relevant to this code:

frankharkins commented 1 week ago

I'm merging this to a branch in this repo so we can get a preview

frankharkins commented 1 week ago

Please make any follow-up commits to the FH/preview-fct-template branch. If you've accidentally committed to this branch, you can pull your commit over to that branch using:

git switch FH/preview-fct-template
git cherry-pick <your-commit>