pauli_expansion_view_execute_deduplication#
-
cuquantum.
bindings. cupauliprop. pauli_expansion_view_execute_deduplication( - intptr_t handle,
- intptr_t view_in,
- intptr_t expansion_out,
- int sort_order,
- intptr_t workspace,
- intptr_t stream,
Deduplicates a Pauli expansion view.
- Parameters:
handle (intptr_t) – Library handle.
view_in (intptr_t) – Pauli expansion view to be deduplicated.
expansion_out (intptr_t) – Pauli expansion to be populated with the deduplicated view.
sort_order (SortOrder) – Sort order to apply to the output expansion. Use
CUPAULIPROP_SORT_ORDER_NONEif sorting is not required. Currently, onlyCUPAULIPROP_SORT_ORDER_INTERNALandCUPAULIPROP_SORT_ORDER_NONEare supported.workspace (intptr_t) – Allocated workspace descriptor.
stream (intptr_t) – CUDA stream to be used for the operation.