cuquantum.custatevec.dist_index_bit_swap_scheduler_create

cuquantum.custatevec.dist_index_bit_swap_scheduler_create(intptr_t handle, uint32_t n_global_index_bits, uint32_t n_local_index_bits) intptr_t[source]

Create a cuStateVec distributed index-bit swap scheduler.

Parameters
  • handle (intptr_t) – The library handle.

  • n_global_index_bits (uint32_t) – The number of global index bits.

  • n_local_index_bits (uint32_t) – The number of local index bits.

Returns

The opaque scheduler descriptor (as Python int).

Return type

intptr_t