Python-embedded programming language and tensor library for Genesis-Embodied-AI. Provides qd.Tensor unified tensor container, autodiff, and MLIR-based compilation. Current version 0.7.3 (released 2025-05-23), requires Python >=3.10, <3.14. Active development with frequent releases.
pip install quadrantsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic tensor creation and addition using Quadrants.
Update tensor creation to explicitly specify dtype and layout if needed: qd.Tensor(data, dtype=float, layout='ndarray')
Replace old autodiff calls with qd.adstack or use the new gradient functions.
Use Python <=3.13. Check requires_python in project metadata.
Upgrade to v0.7.2 or later.
Use `import quadrants as qd` instead of `import qd`.
Upgrade to quadrants >=0.7.2, which fixes this issue.