Python library for laboratory devices often used in quantum networking and computing testbeds.
Project description
PnPQ
Plug and Play with Quantum!
PnPQ is a Python library for controlling optical devices used in quantum network testbeds.
Features
Provides a blocking API that allows for control of Thorlabs and OzOptics devices including:
- Optical delay lines
- Optical switches
- Motorized polarization controllers
- Motorized rotation mounts
Uses Pint to enable safe, transparent conversion between standard scientific units of measurement and each device's internal representation (e.g., converting motor steps into degrees).
Unlike competing libraries, PnPQ's multithreaded architecture enables constant logging of status updates during usage, even while other commands are being sent.
High unit test coverage and complete type safety.
Documentation
The documentation can be found at https://moonshot-nagayama-pj.github.io/PnPQ/.
Example
Below is sample code that moves the paddles of a Thorlabs motorized polarization controller (mpc320) with serial number 123456789 to a position representing 160 degrees.
with AptConnection(serial_number="123456789") as connection:
device = PolarizationControllerThorlabsMPC320(connection=connection)
device.move_absolute(ChanIdent.CHANNEL_1, 160 * pnpq_ureg.degree)
The with syntax is necessary in order to properly open and close the connection object.
More information can be found in the documentation's getting started guide.
Contributing
Please see CONTRIBUTING.md.
Getting help
If you have a specific question about how to use our software that is not answered by the documentation, please feel free to create a GitHub issue.
Citing
If our software significantly contributed to your research, we ask that you cite it in your publications.
The best way to do so is by using the metadata in our CITATION.cff file.
GitHub automatically generates APA and BibTeX-style citations from this file and makes them available from the "Cite this repository" link on the right-hand side. However, these citations do not include our DOI, making it difficult to locate our software. Please try to include either:
- The concept DOI, which points to the software as a whole:
10.5281/zenodo.16886214.- This can also be found in
CITATION.cff.
- This can also be found in
- A version-specific DOI, which can be found by first looking up our concept DOI and then checking the list of available versions at Zenodo. A new DOI is generated for each release.
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 pnpq-0.2.0.tar.gz.
File metadata
- Download URL: pnpq-0.2.0.tar.gz
- Upload date:
- Size: 89.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.8.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e6b2264ab008c01aa7f7e5d9ea598f548b41f10f197fc4be5a8a9f13a751f92e
|
|
| MD5 |
e8c7e9dbbb084367dcc4e13ba428d78e
|
|
| BLAKE2b-256 |
8699493466651a3c3c8363f40e17b3f5fea7047ec87e1d8d977e5aa584ad7ef8
|
File details
Details for the file pnpq-0.2.0-py3-none-any.whl.
File metadata
- Download URL: pnpq-0.2.0-py3-none-any.whl
- Upload date:
- Size: 45.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.8.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
34c3072ceb2b89d85e475e94509846645fe99926f75b608ac658f24888c05599
|
|
| MD5 |
c7b0489fe8380ae4a1b2fbfa8d71caad
|
|
| BLAKE2b-256 |
13a1f32f02c136fdb2e368f54f6e3d3e7fd495091d2144a3067b91ea04fe110e
|