cuquantum.cutensornet.TensorSVDPartition

enum cuquantum.cutensornet.TensorSVDPartition(value)

See cutensornetTensorSVDPartition_t.

Member Type

int

Valid values are as follows:

NONE = <TensorSVDPartition.NONE: 0>

See CUTENSORNET_TENSOR_S_V_D_PARTITION_NONE.

US = <TensorSVDPartition.US: 1>

See CUTENSORNET_TENSOR_S_V_D_PARTITION_US.

SV = <TensorSVDPartition.SV: 2>

See CUTENSORNET_TENSOR_S_V_D_PARTITION_SV.

UV_EQUAL = <TensorSVDPartition.UV_EQUAL: 3>

See CUTENSORNET_TENSOR_S_V_D_PARTITION_UV_EQUAL.