DataTransferType#

enum cuquantum.bindings.custatevec.DataTransferType(value)[source]#

Constant to specify the data transfer direction in point-to-point communication.

See custatevecDataTransferType_t.

Member Type:

int

Valid values are as follows:

NONE = <DataTransferType.NONE: 0>#
SEND = <DataTransferType.SEND: 1>#
RECV = <DataTransferType.RECV: 2>#
SEND_RECV = <DataTransferType.SEND_RECV: 3>#