No project description provided
Project description
QUAlibrate
Advanced User-Programmed Calibration Software for Large-Scale Quantum Computers
QUAlibrate is an open-source calibration platform designed specifically for quantum computers with processor-based OPX controllers. Built for scalability, ease of use, and flexibility, it empowers users to create tailored calibrations for large-scale quantum processors. With QUAlibrate, you can manage your entire calibration process—from abstract qubits down to the hardware pulse level—with high efficiency and adaptability.
Key Features
- Transform scripts into modular calibration nodes: Easily convert calibration scripts into reusable nodes that can be executed independently or as part of a larger routine.
- Combine calibration nodes into calibration graphs: Create complex calibration workflows by combining nodes in a directed acyclic graph (DAG) structure, enabling adaptive and efficient calibration routines.
- User-Friendly Web Interface: Run calibrations with live updates and data visualization.
- Scalable Quantum Calibration: Efficiently perform parallel qubit tune-ups for large-scale QPUs.
- Quantum Abstract Machine (QUAM): Digitally represent your full quantum setup for easier management and calibration.
- Community-Driven: Fully open source, supporting collaboration and customization.
Installation
Requirements QUAlibrate requires 3.9 ≤ Python ≤ 3.11. It is also recommended to use a virtual environment.
-
Install QUAlibrate Run the following command in a terminal:
pip install qualibrate
-
Run Configuration Setup Run the following command to create a configuration file:
qualibrate config
Hit
Y
to accept the default options, which will create a configuration file in~/.qualibrate/config.toml
. Any settings can be modified afterwards.
Next Steps
For detailed instructions on using QUAlibrate, including creating calibration nodes, building calibration graphs, and using the web app, please visit our comprehensive documentation website qua-platform.github.io/qualibrate/.
Documentation
Once QUAlibrate has been installed, it can be used to create and run calibration nodes and calibration graphs. This can be done either through the frontend or through the web app. We recommend following the documentation, which provides in-depth explanations on each of the QUAlibrate topics.
Transform Scripts into a Calibration Node
QUAlibrate can easily convert calibration scripts into a calibration node using the QualibrationNode
, which provides a simple and efficient way to encapsulate calibration routines.
from qualibrate import QualibrationNode
# Instantiate a QualibrationNode with a unique name
node = QualibrationNode(name="my_calibration_node")
# Run your regular calibration code here
...
# Record any relevant output from the calibration
node.results = {...}
# Save the results
node.save() # Save results
This conversion automatically handles data saving and allows the calibration node to be called externally, for example as part of a calibration graph or through the QUAlibrate web app.
Run the QUAlibrate Web App
You can start the QUAlibrate web interface using:
qualibrate start
The interface will be available at http://localhost:8001.
License
QUAlibrate is licensed under the BSD-3 license. See the LICENSE file for more details.
Contact
For any questions or support, please open a corresponding GitHub issue.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file qualibrate-0.1.3.tar.gz
.
File metadata
- Download URL: qualibrate-0.1.3.tar.gz
- Upload date:
- Size: 15.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c2bb20d8fe0a8e9f0a84bf3516289cbe83c1c832bdbf161d51698d0d7bced6db |
|
MD5 | fb97ca435cb3312d61c902edd88cc248 |
|
BLAKE2b-256 | b638c1d87dcc8cca696a2345cb72c27577be293e8a7e4a89f6af0f1845ea0cf0 |
File details
Details for the file qualibrate-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: qualibrate-0.1.3-py3-none-any.whl
- Upload date:
- Size: 18.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9d22e48ae26c7c35986e67dce3bc9df4ceeb6a194c30436f58a5ddbf43f25072 |
|
MD5 | bc8d5111236d64e4f5f6013c158e248d |
|
BLAKE2b-256 | 70d54fc58fb48203d0b99a0a7c4beb672fad3ee43fd52e11dd0ea1c646832c30 |