Overview

System design of the Tergite

Structure

Components

The Tergite stack is composed of three components

backend
The operating system of the quantum computer. It communicates with the world via a RESTful API.
frontend

The user facing part of the system comprising:

  • dashboard
    The web-based user interface to take a peek into the quantum computer’s properties
  • Public API
    The RESTful API to take a peek into the quantum computer’s properties
SDK
The Python software development kit (SDK) quantum computer researchers can use in their scripts to interact with the Tergite stack.

Accessories

The Tergite stack has a number of accessory softwares that are currently not initmately woven into the stack but mught be in future

automatic calibration
The Python commandline application (CLI) that is used to automatically tune the quantum computer.
Back to top