RUSStateFactoryConf

class guppyft.code.steane.encode.RUSStateFactoryConf(size: int, max_attempts: int)[source]

Steane RUS state factory configuration.

size

Maximum number of states to be produced in parallel.

Type:

int

max_attempts

Maximum number of repeat-until-success attempts.

Type:

int

__delattr__(name)

Implement delattr(self, name).

__eq__(other)

Return self==value.

__init__(size: int, max_attempts: int) None
__repr__()

Return repr(self).

__setattr__(name, value)

Implement setattr(self, name, value).