Skip to content

Using qDrive

qDrive is the Python package for creating, managing, searching, and retrieving datasets in QM Data Management. This section covers working with your data from Python. To install the package, see qDrive installation; to sign in, see Authentication.

Adding data to the QM Data Management system

There are several ways to upload measurement data, depending on your workflow:

  • From Python — programmatically create datasets, add files, or create a dataset from a folder.
  • From an existing measurement framework — automatically sync new and existing data from QCoDeS, Quantify, Labber, or Core Tools; see Connectors.
  • From generic folder structures — drop a small info file in each measurement folder and all files inside are recognized as a dataset and kept up to date; see FolderBase.

In this section

  • Scopes — organize datasets and manage the default scope
  • Datasets and Files — create datasets, add and version files, upload folders, copy between scopes, retrieve, and search
  • Measurements — run sweeps and custom measurement loops
  • Examples — end-to-end example notebooks and scripts