Conversation
This change is to notify users that the function will require a license to be used with more than 20 qubits.
|
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 |
| "\n", | ||
| "Please note that use of the 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." |
There was a problem hiding this comment.
If I understand correctly, this is referring to the limit of the trial license. The free trial has a limit of 20 qubits while the full license does not have the limit. Is that right?
There was a problem hiding this comment.
Currently, that is right. However, we plan to soon implement an independent license system that limits all users to 20 qubits unless granted a higher limit through a license.
| "source": [ | ||
| "## Licensing\n", | ||
| "\n", | ||
| "Please note that use of the qiskit function is limited to problems requiring at most 20 qubits, unless a license is obtained granting a higher limit.\n", |
There was a problem hiding this comment.
| "Please note that use of the qiskit function is limited to problems requiring at most 20 qubits, unless a license is obtained granting a higher limit.\n", | |
| "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", |
| "source": [ | ||
| "## Part 2: FeP-NO (44Q)\n", | ||
| "\n", | ||
| "Note that running the function on the FeP-NO system with the settings shown in this example requires first obtaining a license permitting using the function with at least 44 qubits. Email [qiskit.support@qunovacomputing.com](mailto:qiskit.support@qunovacomputing.com) to inquire about obtaining a license.\n", |
There was a problem hiding this comment.
| "Note that running the function on the FeP-NO system with the settings shown in this example requires first obtaining a license permitting using the function with at least 44 qubits. Email [qiskit.support@qunovacomputing.com](mailto:qiskit.support@qunovacomputing.com) to inquire about obtaining a license.\n", | |
| "Note that to run the function on the FeP-NO system with the settings shown in this example, you need a license that permits using the function with at least 44 qubits. Email [qiskit.support@qunovacomputing.com](mailto:qiskit.support@qunovacomputing.com) to inquire about obtaining a license.\n", |
This change is to notify users that the function will require a license to be used with more than 20 qubits.