Skip to content

Latest commit

 

History

History
70 lines (45 loc) · 873 Bytes

index.rst

File metadata and controls

70 lines (45 loc) · 873 Bytes

Examples of using QCoDeS

These are all examples based on notebooks that can be found in https://github.com/QCoDeS/Qcodes/tree/master/docs/examples and below. To experiment with the examples you can download them directly from the git repository.

Basic examples

.. toctree::
    :glob:

    *


Parameters

.. toctree::
    :glob:

    Parameters/*

DataSet

.. toctree::
    :glob:

    DataSet/*
    DataSet/Real_instruments/*
    DataSet/Cache/*

Plotting

.. toctree::
    :glob:

    plotting/*

Drivers

.. toctree::
    :maxdepth: 1
    :glob:

    driver_examples/*

Writing Drivers

.. toctree::
    :glob:

    writing_drivers/*

Logging

.. toctree::
    :glob:

    logging/*