yoshida-ryuhei / qiskit-braket-provider

Qiskit-Braket provider to execute Qiskit programs on AWS quantum computing hardware devices through Amazon Braket.
https://qiskit-community.github.io/qiskit-braket-provider/
Apache License 2.0
0 stars 0 forks source link

Mistakes in tutorial #1

Open yoshida-ryuhei opened 1 year ago

yoshida-ryuhei commented 1 year ago

Steps to reproduce the problem

What is the current behavior?

What is the expected behavior?

no "SV1" connect

We also get get cloud state vector simulator by using method get_backend for provider.

aws_statevector_simulator = provider.get_backend("SV1")
aws_statevector_simulator
BraketBackend[SV1]

in https://qiskit-community.github.io/qiskit-braket-provider/tutorials/0_tutorial_qiskit-braket-provider_overview.html#Access-Braket-devices-from-Qiskit

yoshida-ryuhei commented 1 year ago
online_simulators_backends = provider.backends(types=["SIMULATOR"])
online_simulators_backends

EndpointConnectionError: Could not connect to the endpoint URL: "https://braket.us-east-2.amazonaws.com/devices"

yoshida-ryuhei commented 1 year ago

pip install matplotlibが必要 plot_histgramで怒られる