Python objects

Objects

DecompositionOptions([compute_type, ...])

A data class for providing options to the cuquantum.cutensornet.tensor.decompose() and cuquantum.cutensornet.experimental.contract_decompose() functions.

QRMethod()

A data class for providing QR options to the cuquantum.cutensornet.tensor.decompose() function.

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

A data class for holding information regarding SVD truncation at runtime.

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

A data class for providing SVD options to the cuquantum.cutensornet.tensor.decompose() function.

Python functions

Tensor Decompose API

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

Perform the tensor decomposition of the operand based on the expression described by subscripts.