-
Notifications
You must be signed in to change notification settings - Fork 163
Closed
Labels
content πneeds triage π€this issue needs to be prioritized by the docs teamthis issue needs to be prioritized by the docs teamtutorial π
Description
URL to the relevant tutorial
https://github.com/Qiskit/documentation/blob/main/docs/tutorials/global-data-quantum-optimizer.ipynb
Select all that apply
- new content request
- typo
- code bug
- out-of-date content
- broken link
- other
Describe the fix or the content request.
The multiple_passmanager option is set to True but the tutotial will raise an error as is temporaly
deprecated.
Now is defined like this:
ansatz_settings = {
"ansatz": "optimized_real_amplitudes",
"multiple_passmanager": True,
}
The updated way should be:
ansatz_settings = {
"ansatz": "optimized_real_amplitudes",
"multiple_passmanager": False,
}
For new content requests - if the request is accepted, do you want to write the content?
(No answer)
Metadata
Metadata
Assignees
Labels
content πneeds triage π€this issue needs to be prioritized by the docs teamthis issue needs to be prioritized by the docs teamtutorial π
Type
Projects
Status
Done