Skip to content

Updated Qblox backend docs to include the new features

Damien Crielaard requested to merge qblox_backend_docs_0_5_0 into develop

Explanation of changes

Adds the real mode, multiplexing etc. to the documentation of the Qblox backend.

Motivation of changes

These features got included in 0.5.0 but were still missing from the docs. This updates them to include it as it would be a shame if people weren't aware of them.


Merge checklist

See also merge request guidelines

  • Merge request has been reviewed and approved by a project maintainer.
  • Merge request contains a clear description of the proposed changes and the issue it addresses.
  • Merge request made onto appropriate branch (develop for most MRs).
  • New code is fully tested.
  • New code is documented and docstrings use numpydoc format.
  • CHANGELOG.rst and AUTHORS.rst have been updated (when applicable).
  • CI pipelines pass
    • black code-formatting passes (gitlab-ci),
    • test suite passes (gitlab-ci),
    • no degradation in code-coverage (codacy),
    • no (serious) new pylint code quality issues introduced (codacy),
    • documentation builds successfully (CI and readthedocs),
    • windows tests pass (manually triggered by maintainers before merging).

For reference, the issues workflow is described in the contribution guidelines.

Edited by Damien Crielaard

Merge request reports

Loading