pauli_expansion_view_prepare_deduplication#
-
cuquantum.
bindings. cupauliprop. pauli_expansion_view_prepare_deduplication( - intptr_t handle,
- intptr_t view_in,
- int sort_order,
- int64_t max_workspace_size,
- intptr_t workspace,
Prepares a Pauli expansion view for deduplication.
- Parameters:
handle (intptr_t) – Library handle.
view_in (intptr_t) – Pauli expansion view to be deduplicated.
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.max_workspace_size (int64_t) – Maximum workspace size limit in bytes.
workspace (intptr_t) – Workspace descriptor with the required workspace buffer size.