Skip to content

Commit

Permalink
doc: updated quickstart doc
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoLiegiBastonLiegi committed Apr 23, 2024
1 parent 7874ec8 commit 6883e5a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@ Then, to simulate the circuit on the `TII` cluster through the `sim` platform:
from qibo.backends import set_backend
set_backend("qibo-cloud", token="your_token", provider="TII", platform="sim")
set_backend("qibo-cloud-backends", worker="qibo-client", token="your_token", provider="TII", platform="sim")
result = circuit()
print(result.frequencies())
or, in order to use the `ibmq_qasm_simulator` platform on the IBM `ibm-q` server:

.. code-block:: python
set_backend("qiskit", token="your_token", provider="ibm-q", platform="ibmq_qasm_simulator")
set_backend("qibo-cloud-backends", worker="qiskit-client", token="your_token", provider="ibm-q", platform="ibmq_qasm_simulator")
result = circuit()
print(result.frequencies())
Expand Down
Binary file removed numpy-1.26.4-cp310-cp310-macosx_11_0_arm64.whl
Binary file not shown.
Binary file removed scipy-1.12.0-cp310-cp310-macosx_12_0_arm64.whl
Binary file not shown.

0 comments on commit 6883e5a

Please sign in to comment.