Quantum backend connector hub — local simulator and backend registry
Project description
crowe-quantum-hub
Backend registry and local quantum simulator — run circuits on a state-vector simulator or register custom backends.
Installation
pip install crowe-quantum-hub
Features
- Local Simulator: Pure state-vector simulation up to 20 qubits
- Noisy Simulation: Density matrix promotion with Kraus operator noise
- Backend Registry: Register, discover, and query quantum backends by capabilities
- Sampling: Born-rule measurement with configurable shots
- Expectation Values: Compute ⟨ψ|O|ψ⟩ for arbitrary observables
Quick Start
from crowe_quantum_hub import LocalSimulator, registry
sim = LocalSimulator()
# List available backends
print(registry.list_backends()) # ['local-simulator']
# Find simulators with at least 10 qubits
backends = registry.find(min_qubits=10, simulator_only=True)
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_hub-1.0.1.tar.gz.
File metadata
- Download URL: crowe_quantum_hub-1.0.1.tar.gz
- Upload date:
- Size: 7.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 |
b3be33926a4e120f9333ae0f4b128947056561336d692b195e4dd77d55288aaa
|
|
| MD5 |
3a1b365a627cc5711509af5ecace4811
|
|
| BLAKE2b-256 |
87430b6061bc1873d2727171a54abfa6b0b5d0f70f959212492f99bff7766525
|
File details
Details for the file crowe_quantum_hub-1.0.1-py3-none-any.whl.
File metadata
- Download URL: crowe_quantum_hub-1.0.1-py3-none-any.whl
- Upload date:
- Size: 5.9 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 |
e9b283b3faaa54206ee1b1273445a8e8ded34febbcf2185f3096c45fff638987
|
|
| MD5 |
a413a6f99b4ff5e6439f174ed0f490d5
|
|
| BLAKE2b-256 |
0d0c4c383632b705fdbc2dee29d05b659755b1ffcdaad45c9c51d7826561d4bc
|