Client for the QuBOX UFSC
Project description
QuBOX UFSC Client
QuBOX is a portable quantum computing simulator developed by Quantuloop for the Ket language. Accelerated by GPU, QuBOX has two simulation modes, being able to simulate more than 30 quantum bits.
In partnership with Quantuloop, the Quantum Computing Group - UFSC provides free remote access to a QuBOX simulator. You can use this client to access the QuBOX hosted at the Federal University of Santa Catarina (UFSC).
See https://qubox.ufsc.br for more information.
Installation
pip install qubox-ufsc
Usage
from ket import * # import quantum types and functions
import qubox_ufsc # import the QuBOX UFSC Client
# Request access to the QuBOX UFSC
qubox_ufsc.login(
name="Your Name",
email="you_email@example.com",
affiliation="Your Affiliation"
)
# Configure the quantum execution
qubox_ufsc.config(
mode="sparse",
precision=1,
) # Every quantum execution after this line will run on the QuBOX
##################################
# Bell State preparation example #
##################################
a, b = quant(2)
cnot(H(a), b)
print(dump(a+b).show())
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
qubox_ufsc-0.1.0.tar.gz
(7.2 kB
view details)
File details
Details for the file qubox_ufsc-0.1.0.tar.gz
.
File metadata
- Download URL: qubox_ufsc-0.1.0.tar.gz
- Upload date:
- Size: 7.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fa0a96aeac0b231e5345f12a9a1d58012fdc064a35d349dfaa7eb85935b004cd |
|
MD5 | 5f1d7fc1ef9740dcb0ba3b509dcca5e5 |
|
BLAKE2b-256 | 9543140d3807bde3d39de581d17a79c77d9a2591471cb82225ebbe85d004e385 |