Getting started

Install Zius Quantum

Install the Python package from the Zi Humana index. No third-party SDK download is required.

Install
python -m pip install zius-quantum
python -c "import zius.quantum as zq; print(zq.__version__)"

The wheel declares its accelerator kernels inside the package. A CPU build is the default. An accelerator build is selected with the extra zius-quantum[accel] when the host provides a compatible runtime already installed by your platform vendor.