TwirlingStrategy¶ class samplomatic.transpiler.TwirlingStrategy(value)[source]¶ Bases: str, Enum The twirling strategies supported by the boxing pass manager. Attributes Summary ACTIVE ACTIVE_ACCUM ACTIVE_CIRCUIT ALL Attributes Documentation ACTIVE = 'active'¶ ACTIVE_ACCUM = 'active_accum'¶ ACTIVE_CIRCUIT = 'active_circuit'¶ ALL = 'all'¶