This release is a pre-release and may not be stable for production use.
QAISys
Quantum AI Systems tools for inspecting the software environment used by quantum and AI workloads. The first alpha provides a working environment report through Python and a command-line interface.
python -m pip install qaisys==0.1.0a1
qaisys
qaisys --probe-devices
from qaisys import diagnose
report = diagnose()
print(report['packages'])
The default reads installed distribution metadata for FlagQuantum, FlagQAI,
PyTorch, QSteed, JAX and NumPy. Missing packages appear as null. It reports
Python version, operating system and machine architecture, without importing
these optional packages or initializing GPUs.
--probe-devices explicitly imports PyTorch and queries CUDA device names and
MPS availability. PyTorch must already be installed to use this option. A failed
probe returns a structured status and exception type, without exception text;
the CLI exits with status 1. Metadata-only inspection exits with status 0 even
when optional packages are missing.
No runtime dependencies; Python 3.10+. Python 3.12 is the tested baseline for this alpha. Reports describe observations, not compatibility certification, performance, or a successful quantum workload. Device probing can initialize drivers; it does not run a benchmark. Output is local JSON and is not uploaded.
Development
python -m pip install -e .
python -m unittest discover -s tests -v
Apache-2.0 licensed. Public APIs may change during the alpha series.
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 qaisys-0.1.0a1.tar.gz.
File metadata
- Download URL: qaisys-0.1.0a1.tar.gz
- Upload date:
- Size: 7.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.12.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3c2e3a8f72c076a3f6a692315d59fe50b70084184603903ebb8e7066f11f8ba8
|
|
| MD5 |
c2a739a22cf244e9bdef9cb2718102e7
|
|
| BLAKE2b-256 |
364c2b084d33596daa7d881efd158e04a2a1e88ddfa6b620e12fff628a0481ac
|
File details
Details for the file qaisys-0.1.0a1-py3-none-any.whl.
File metadata
- Download URL: qaisys-0.1.0a1-py3-none-any.whl
- Upload date:
- Size: 8.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.12.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
80f83ff29e2f8de398a66c6c0bd4fd4239eac393df6cd43b77009f55682a9e47
|
|
| MD5 |
2710ecd18f7135469d18537bb641b8f8
|
|
| BLAKE2b-256 |
575fb3336d65879423842b122fa720d1e42172a846ac46fbe16032cd7dc19540
|