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,
)[source]#

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_NONE if sorting is not required. Currently, only CUPAULIPROP_SORT_ORDER_INTERNAL and CUPAULIPROP_SORT_ORDER_NONE are supported.

  • workspace (intptr_t) – Allocated workspace descriptor.

  • stream (intptr_t) – CUDA stream to be used for the operation.