Python 对象

对象

DecompositionOptions([compute_type, ...])

用于为 cuquantum.cutensornet.tensor.decompose()cuquantum.cutensornet.experimental.contract_decompose() 函数提供选项的数据类。

QRMethod()

用于为 cuquantum.cutensornet.tensor.decompose() 函数提供 QR 选项的数据类。

SVDInfo(reduced_extent, full_extent, ...[, ...])

用于保存运行时 SVD 截断相关信息的数据类。

SVDMethod([max_extent, abs_cutoff, ...])

用于为 cuquantum.cutensornet.tensor.decompose() 函数提供 SVD 选项的数据类。

Python 函数

张量分解 API

decompose(subscripts, operand, *[, method, ...])

根据 subscripts 描述的表达式执行操作数的张量分解。