state_fitting_scope_split_als_config_get_attribute#
-
cuquantum.
bindings. cudensitymat. state_fitting_scope_split_als_config_get_attribute( - intptr_t handle,
- intptr_t config,
- int attribute,
- intptr_t attribute_value,
- size_t attribute_size,
Gets an attribute of the variational ALS split-scope state-fitting configuration.
- Parameters:
handle (intptr_t) – Library handle.
config (intptr_t) – ALS split-scope state-fitting configuration object.
attribute (StateFittingScopeSplitALSConfigAttribute) – Attribute to get.
attribute_value (intptr_t) – Pointer to store the attribute value.
attribute_size (size_t) – Size of the buffer in bytes.
Note
To compute the attribute size, use the itemsize of the corresponding data type, which can be queried using
get_state_fitting_scope_split_als_config_attribute_dtype().