cuTensorNet is a component of NVIDIA cuQuantum SDK for tensor network computations, enabling efficient contraction of tensor networks on GPUs. This package (cutensornet-cu12) targets CUDA 12.x. Current version: 24.10.0. It is part of the cuQuantum Python ecosystem, maintained by NVIDIA with quarterly releases.
pip install cutensornet-cu12Verified import paths — ran on the pinned version, not inferred.
Minimal example: define a tensor network, optimize its contraction path, and contract.
Change imports to `from cuquantum import ...`.
Install both: `pip install cutensornet-cu12 cuquantum-python-cu12`.
Replace `cutensornet.contract(...)` with `NetworkOperator` and `ContractionOptimizer`.
Convert NumPy arrays to CuPy arrays before passing to `NetworkOperator`.