cuquantum.ReconfigOptions

class cuquantum.ReconfigOptions(num_iterations: Optional[int] = None, num_leaves: Optional[int] = None)

A data class for capturing the reconfiguration options.

num_iterations

See CUTENSORNET_CONTRACTION_OPTIMIZER_CONFIG_RECONFIG_NUM_ITERATIONS.

Type

Optional[int]

num_leaves

See CUTENSORNET_CONTRACTION_OPTIMIZER_CONFIG_RECONFIG_NUM_LEAVES.

Type

Optional[int]