No project description provided
Project description
Qutrit Calibration
A qutrit experiment extension for Qiskit Experiments. This package allows for straightforward calibration of single qutrit gates.
Note:
A word of caution: this package is an alpha release and subject to breaking API changes without much notice.
Once installed it can imported using
import qiskit_qutrit_calibration
Installation
This package can be in one of three ways:
- Installed via pip as
pip install qiskit-qutrit-calibration
- Installed from the downloaded repository using pip as
cd qiskit-qutrit-calibration
pip install .
- Installed directly using the github url
pip install git+https://github.com/qiskit-community/qutrit-calibration
Usage
This package allows users to spin up their own calibration experiments for single qutrit gates SX12, X12, Sy12, Y12, and RZ12. The experiments to tune up these gates include:
RoughEFFrequencyCalRoughEFAmplitudeCalNarrowBandSpectroscopyCalRoughEFXDragCalFineEFXAmplitudeCal
Simply create a new QutritCalibrations object using
cals = QutritCalibrations.from_backend(backend)
Then execute an experiment using the instantiated QutritCalibrations, a Tuple of qubit indices, and backend to run on. For example,
from qiskit_qutrit_calibration import library
exp = library.RoughEFFrequencyCal( (qubit_index), calibrations=cals, backend=backend )
License
Project details
Release history Release notifications | RSS feed
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file qiskit_qutrit_calibration-0.1.0.tar.gz.
File metadata
- Download URL: qiskit_qutrit_calibration-0.1.0.tar.gz
- Upload date:
- Size: 17.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.12.1 Linux/6.6.11-200.fc39.x86_64
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
964d8e1cd2f01384b51e731c4ee501e7753a7909151cc90fceaaef6460125330
|
|
| MD5 |
f74c5c74d75b0b8c33fc939081e05ab7
|
|
| BLAKE2b-256 |
a061069daf2fd41fc7394cea968819022bffee73a60fc41fe89137f476db8dbf
|
File details
Details for the file qiskit_qutrit_calibration-0.1.0-py3-none-any.whl.
File metadata
- Download URL: qiskit_qutrit_calibration-0.1.0-py3-none-any.whl
- Upload date:
- Size: 27.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.12.1 Linux/6.6.11-200.fc39.x86_64
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d041b8b565835d2e61ea03245bddbbe8bec64a68dce9d2b3ee04aa5e8561b7de
|
|
| MD5 |
0cd77e8f5eb1dcd8470b9d520b859134
|
|
| BLAKE2b-256 |
9c64b27a5c8e22a8aa308fd96b78423a6a1be7bbf486828717ffa49704fb8d15
|