SVUpdaterConfigItem#

class cuquantum.bindings.custatevecEx.SVUpdaterConfigItem(int name, int32_t value)[source]#

One SVUpdater configuration name and its int32 value.

Pass a sequence of them to configure_sv_updater(); the binding creates the aligned native array.

name#

The configuration item name; a SVUpdaterConfigName value. See custatevecExSVUpdaterConfigItem_t::name.

Type:

int

value#

The item’s int32 value. See custatevecExSVUpdaterConfigItem_t::value.

Type:

int