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.
-
⚡ 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.
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
docker compose up -d
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.
docker exec -it qdash-devcontainer /bin/bash -c "python init/setup.py teardown-all"
You can use the DOI to cite QDash in your research.
Citation information is also available in the CITATION file.
You can contact us by creating an issue in this repository, or you can contact us by email:
OQTOPUS Cloud is released under the Apache License 2.0.