pauli_expansion_view_execute_sort#

cuquantum.bindings.cupauliprop.pauli_expansion_view_execute_sort(
intptr_t handle,
intptr_t view_in,
intptr_t expansion_out,
int sort_order,
intptr_t workspace,
intptr_t stream,
)[source]#

Sorts a Pauli expansion view.

Parameters:
  • handle (intptr_t) – Library handle.

  • view_in (intptr_t) – Pauli expansion view to be sorted.

  • expansion_out (intptr_t) – Pauli expansion to be populated with the sorted view.

  • sort_order (SortOrder) – Sort order to apply.

  • workspace (intptr_t) – Allocated workspace descriptor.

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