cuquantum.cutensornet.TensorSVDPartition

enum cuquantum.cutensornet.TensorSVDPartition(value)[source]

See cutensornetTensorSVDPartition_t.

Member Type

int

Valid values are as follows:

NONE = <TensorSVDPartition.NONE: 0>

See CUTENSORNET_TENSOR_SVD_PARTITION_NONE.

US = <TensorSVDPartition.US: 1>

See CUTENSORNET_TENSOR_SVD_PARTITION_US.

SV = <TensorSVDPartition.SV: 2>

See CUTENSORNET_TENSOR_SVD_PARTITION_SV.

UV_EQUAL = <TensorSVDPartition.UV_EQUAL: 3>

See CUTENSORNET_TENSOR_SVD_PARTITION_UV_EQUAL.