Skip to main content

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


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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page