qiskit-community / qiskit-algorithms

A library of quantum algorithms for Qiskit.
https://qiskit-community.github.io/qiskit-algorithms/
Apache License 2.0
111 stars 54 forks source link

03_vqe_simulation_with_noise notebook, text needs updating with cloud simulators being removed #167

Open woodsp-ibm opened 6 months ago

woodsp-ibm commented 6 months ago

With the sunset and removal of cloud simulators this last paragraph needs updating - I think just removing remote simulators and from the last sentence suffices, although the for real backends is the arguably not needed and maybe it even works for fake backends, not sure.

As for the noise introduced by real devices (or simulated noise models), it could be tackled through a wide variety of error mitigation techniques. The Qiskit Runtime Primitives have enabled error mitigation through the resilience_level option. This option is currently available for remote simulators and real backends accessed via the Runtime Primitives, you can consult this documentation for further information.