sample-python-gui/ ├── main.py # Application entry point ├── run.py # Alternative launcher ├── config.py # Configuration settings ├── requirements.txt # Python dependencies ├── doc/ │ └── gui.png # ...
This repository contains a graphical user interface for running quantum sensing experiments using the QuPyt framework. It is designed to streamline the experimental workflow by eliminating repetitive ...