This release provides a binary-only offline installer for Linux x86_64,
CPython 3.12, CUDA 12 runtime wheels, and NVIDIA A100/A800 GPUs (sm_80).
IQC binary releases are licensed under the PolyForm Noncommercial License 1.0.0. Commercial use requires a separate commercial license from the IQC authors.
iqc-linux-x64-cp312-cu12-sm80.tar.gz.part00iqc-linux-x64-cp312-cu12-sm80.tar.gz.part01PARTS_SHA256SUMS.txtSHA256SUMS.txt
Join the parts before installation:
sha256sum -c PARTS_SHA256SUMS.txt
cat iqc-linux-x64-cp312-cu12-sm80.tar.gz.part* > iqc-linux-x64-cp312-cu12-sm80.tar.gz
sha256sum -c SHA256SUMS.txt
tar -xf iqc-linux-x64-cp312-cu12-sm80.tar.gz
cd iqc-linux-x64-cp312-cu12-sm80
bash install.shOn macOS, replace sha256sum -c with shasum -a 256 -c.
The package was validated with a fresh user-style install from the generated release tarball. The installer verification passed with:
- IQC core modules installed as compiled
.sofiles - no non-
__init__.pyIQC Python source files exposed - CUDA/JAX smoke test passing on one GPU
Representative public examples were also run successfully:
examples/dft/rks.pyexamples/tddft/rtd.pyexamples/satddft/h2o.pyexamples/ixc/he.py