Moved the license cell below the first usage example. Added a new exa… - #5425
Merged
Conversation
…mple showing how the function can be used with a license.
Contributor
|
Thanks for contributing to Qiskit documentation! Before your PR can be merged, it will first need to pass continuous integration tests and be reviewed. Sometimes the review process can be slow, so please be patient. Thanks! 🙌 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 |
abbycross
reviewed
Jul 30, 2026
Comment on lines
+403
to
+409
| "Please note that use of this Qiskit Function is limited to problems requiring at most 20 qubits, unless a license is obtained granting a higher limit.\n", | ||
| "\n", | ||
| "Please email [qiskit.support@qunovacomputing.com](mailto:qiskit.support@qunovacomputing.com) if you would like to inquire about obtaining a license.\n", | ||
| "\n", | ||
| "### Example of licensed function use\n", | ||
| "\n", | ||
| "Licensed users are issued a license token which must be submitted to the function using a wrapper library.\n", |
Collaborator
There was a problem hiding this comment.
Suggested change
| "Please note that use of this Qiskit Function is limited to problems requiring at most 20 qubits, unless a license is obtained granting a higher limit.\n", | |
| "\n", | |
| "Please email [qiskit.support@qunovacomputing.com](mailto:qiskit.support@qunovacomputing.com) if you would like to inquire about obtaining a license.\n", | |
| "\n", | |
| "### Example of licensed function use\n", | |
| "\n", | |
| "Licensed users are issued a license token which must be submitted to the function using a wrapper library.\n", | |
| "Note that use of this Qiskit Function is limited to problems requiring at most 20 qubits, unless a license is obtained granting a higher limit.\n", | |
| "\n", | |
| "Email [qiskit.support@qunovacomputing.com](mailto:qiskit.support@qunovacomputing.com) if you would like to inquire about obtaining a license.\n", | |
| "\n", | |
| "### Example of licensed function use\n", | |
| "\n", | |
| "Licensed users are issued a license token, and then must use a wrapper library to submit their license token to the function.\n", |
Collaborator
|
Merging to a write-access branch to copyedit and publish. |
micpap25
pushed a commit
to micpap25/documentation
that referenced
this pull request
Jul 31, 2026
Qiskit#5456) …… (Qiskit#5425) …mple showing how the function can be used with a license token issued by Qunova. --------- Co-authored-by: Rowan Pellow-Jarman <43968287+RowPJ@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…mple showing how the function can be used with a license token issued by Qunova.