Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/sphinx/using/backends/cloud/scaleway.rst
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,6 @@ or do it by calling the Scaleway's QaaS API:

# Terminate the session
curl -X POST -H "X-Auth-Token: $SCW_SECRET_KEY" -H "Content-Type: application/json" "https://api.scaleway.com/qaas/v1alpha1/sessions/{session_id}/terminate"


To see a complete example, take a look at :ref:`Scaleway QaaS examples <scaleway-examples>`.
6 changes: 6 additions & 0 deletions docs/sphinx/using/backends/hardware.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,9 @@ To submit to a hardware backend, you need an account with the respective provide
Neutral Atom QPUs <hardware/neutralatom.rst>
Photonic QPUs <hardware/photonic.rst>
Quantum Control Systems <hardware/qcontrol.rst>

- :doc:`Cloud <cloud>`

- :doc:`Amazon Braket <cloud/braket>`

- :doc:`Scaleway QaaS <cloud/scaleway>`
22 changes: 13 additions & 9 deletions docs/sphinx/using/backends/hardware/superconducting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -520,15 +520,6 @@ Submitting
To see a complete example of using Quantum Circuits' backends, please take a look at the
:ref:`Quantum Circuits examples <quantum-circuits-examples>`.

.. note::

In local emulation mode (``emulate`` flag set to ``True``), the program will be executed on the :ref:`default simulator <default-simulator>`.
The environment variable ``CUDAQ_DEFAULT_SIMULATOR`` can be used to change the emulation simulator.

For example, the simulation floating point accuracy and/or the simulation capabilities (e.g., maximum number of qubits, supported quantum gates),
depend on the selected simulator.

Any environment variables must be set prior to setting the target or running "`import cudaq`".

TII
+++
Expand Down Expand Up @@ -596,3 +587,16 @@ Submitting jobs
nvq++ --target tii --tii-device tii-sim --tii-project personal main.cpp -o main.x

The ``TII_API_TOKEN`` environment variable must be set at runtime to authenticate the job.

To see a complete example of using TII's backends, please take a look at the :ref:`TII examples <tii-examples>`.


.. note::

In local emulation mode (``emulate`` flag set to ``True``), the program will be executed on the :ref:`default simulator <default-simulator>`.
The environment variable ``CUDAQ_DEFAULT_SIMULATOR`` can be used to change the emulation simulator.

For example, the simulation floating point accuracy and/or the simulation capabilities (e.g., maximum number of qubits, supported quantum gates),
depend on the selected simulator.

Any environment variables must be set prior to setting the target or running "`import cudaq`".
Loading