Skip to content

Releases: NVIDIA-Digital-Bio/nvQSP

nvQSP v0.1.0

15 Mar 22:31

Choose a tag to compare

GPU-accelerated RODAS4 stiff ODE solver for QSP/PBPK population studies.

Highlights

  • RODAS4 (4th-order Rosenbrock) solver with BiCGSTAB iterative linear solves
  • Fat binary: sm_80 (Ampere), sm_89 (Ada Lovelace), sm_90 (Hopper) + PTX forward compat
  • Python API (pip wheel) and C API (Debian package or standalone .so)
  • Per-patient parameter variation support
  • Adaptive step-size control with configurable tolerances

Install

Python (from PyPI):

pip install nvqsp

C/C++ (Debian/Ubuntu):

sudo dpkg -i nvqsp_0.1.0_amd64.deb

License

This software is licensed under the NVIDIA Software License Agreement and the Product-Specific Terms for AI Products.

See CHANGELOG.md for full release notes.