cuquantum.tensornet.ReconfigOptions

class cuquantum.tensornet.ReconfigOptions(num_iterations: int | None = None, num_leaves: int | None = None)

A data class for capturing the reconfiguration options.

num_iterations

See CUTENSORNET_CONTRACTION_OPTIMIZER_CONFIG_RECONFIG_NUM_ITERATIONS.

Type

int | None

num_leaves

See CUTENSORNET_CONTRACTION_OPTIMIZER_CONFIG_RECONFIG_NUM_LEAVES.

Type

int | None