The complete Crowe Quantum Platform — unified quantum computing, scientific reasoning, and creative expression
Project description
crowe-quantum-trinity
Meta-package that installs and re-exports the entire Crowe Quantum Platform. One import, everything available.
Installation
pip install crowe-quantum-trinity
Usage
from crowe_quantum_trinity import (
states, gates, # Core types
Interpreter, # Qubit-Flow language
UncertainValue, # Uncertainty propagation
QuantumSequencer, # Audio synthesis
)
# Everything is available from a single import
interp = Interpreter()
result = interp.run("""
qreg q[2];
H q[0];
CNOT q[0], q[1];
measure q[0] -> c[0];
""")
print(result.counts)
Included Packages
| Package | Description |
|---|---|
| crowe-quantum-core | States, gates, types, CircuitIR |
| crowe-synapse | Synapse-Lang DSL compiler |
| crowe-qubit-flow | Qubit-Flow language interpreter |
| crowe-quantum-net | Quantum channels & teleportation |
| crowe-quantum-hub | Backend registry & simulator |
| crowe-quantum-viz | Bloch sphere & circuit visualization |
| crowe-quantum-audio | Quantum audio synthesis |
Part of the Crowe Quantum Platform
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 crowe_quantum_trinity-1.0.1.tar.gz.
File metadata
- Download URL: crowe_quantum_trinity-1.0.1.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3794f0999a1ca22138d8f967038a0cd9ddc60dda0fffc8f8997726fd9d8f9bd1
|
|
| MD5 |
a1608686cdbce6c9fe80c7a55e55e1da
|
|
| BLAKE2b-256 |
27b52222ae0b33724c64dce471dac1306148eedb1c80cdb98a98114f7ebe3890
|
File details
Details for the file crowe_quantum_trinity-1.0.1-py3-none-any.whl.
File metadata
- Download URL: crowe_quantum_trinity-1.0.1-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bd4382c22cd44c64a312ccd7dc96085293ea1b0894c5c713529507577494aa08
|
|
| MD5 |
02256de2d24b098afabcda25bef6b6df
|
|
| BLAKE2b-256 |
3d1356cb9c181c4e71074e27deac884c570f57c4350277a158bc7e015a51a358
|