Skip to content

Update global data quantum tutorialΒ #4594

@manuelmartin3

Description

@manuelmartin3

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

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions