Skip to content
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 guide in serverless section with function template example #2242

Open
jenglick opened this issue Nov 4, 2024 · 1 comment · Fixed by #2276 · May be fixed by #2300
Open

Add guide in serverless section with function template example #2242

jenglick opened this issue Nov 4, 2024 · 1 comment · Fixed by #2276 · May be fixed by #2300
Assignees
Labels
content request request for new content to be added content 📄
Milestone

Comments

@jenglick
Copy link
Contributor

jenglick commented Nov 4, 2024

URL, if applicable

No response

Describe the new content you are requesting.

A guide in the serverless section showing an example of building a function template using hamiltonian simulation and qiskit addons as context

cc @pandasa123

If this new content request is accepted, do you want to write the content?

I will write a draft of the proposed content

@jenglick jenglick added content request request for new content to be added content 📄 needs triage 🤔 this issue needs to be prioritized by the docs team labels Nov 4, 2024
@garrison
Copy link
Member

garrison commented Nov 4, 2024

I expect to open a PR that closes this issue shortly, possibly as soon as tomorrow.

@javabster javabster assigned garrison and unassigned abbycross, kaelynj and beckykd Nov 7, 2024
@javabster javabster added this to the Nov 13 milestone Nov 7, 2024
@javabster javabster removed the needs triage 🤔 this issue needs to be prioritized by the docs team label Nov 7, 2024
frankharkins pushed a commit that referenced this issue Nov 12, 2024
…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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment