configure_sv_updater#
-
cuquantum.
bindings. custatevecEx. configure_sv_updater(int data_type, config_items=()) intptr_t[source]# Configure an SVUpdater and return its configuration dictionary.
- Parameters:
data_type (int) – data type used internally by the SVUpdater.
config_items (object) – a Python sequence of
SVUpdaterConfigItem; an empty sequence selects the system defaults.
- Returns:
- configuration dictionary to pass to
sv_updater_create(). The caller must destroy it withdictionary_destroy().
- Return type:
intptr_t
See also