Skip to content

Commit 91cd552

Browse files
doc: Update documentation for skip-qubits
1 parent a673b25 commit 91cd552

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

doc/source/getting-started/interface.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,15 @@ which will copy the configuration of the platform in the corresponding
8383
directory specified using the environment variable ``QIBOLAB_PLATFORMS``.
8484
See the Qibolab `documentation <https://qibo.science/qibolab/stable/tutorials/lab.html#how-to-connect-qibolab-to-your-lab>`_ for more details.
8585

86+
.. note::
87+
88+
It is possible to skip the update for certain qubits, which might be helpful when the fitting is failing only for some qubits, using the ``--skip-qubits`` options.
89+
For example to skip the update on qubit 0 it is sufficient to use the following command:
90+
91+
.. code-block::
92+
93+
qq update <output_folder> --skip-qubits 0
94+
8695
8796
``qq upload``
8897
^^^^^^^^^^^^^

0 commit comments

Comments
 (0)