Skip to content

oqtopus-team/qdash

📊 QDash

License

QDash is a web application that provides a user-friendly interface to manage and monitor the execution of qubit calibration workflows.

Warning

QDash is currently under development. Please check back later for updates.

qdash-demo

Key Features

  • ⚡ Workflows: Centrally manage and track the progress of calibration workflows, from creation to completion.

  • 📊 Observations: Access and analyze the observational data utilized in calibration processes, ensuring transparency and insight.

  • ⚙️ Settings: Configure calibration parameters and adjust workflow settings to meet specific requirements seamlessly.

Quick Start

Initial Setup

Run the following commands to create the necessary directories and environment files.

chmod +x scripts/create_directory.sh scripts/create_env.sh scripts/init.sh
scripts/init.sh

Start the Development Environment

docker compose up -d

Initialize the Database

 docker compose -f compose.dev.yaml up -d
docker exec -it qdash-devcontainer /bin/bash -c "python init/setup.py init-all"

You can now access the application at http://localhost:5714.

Delete the Database

docker exec -it qdash-devcontainer /bin/bash -c "python init/setup.py teardown-all"

Documentation

CITATION

You can use the DOI to cite QDash in your research.

DOI

Citation information is also available in the CITATION file.

Contact

You can contact us by creating an issue in this repository, or you can contact us by email:

LICENSE

OQTOPUS Cloud is released under the Apache License 2.0.