TwirlingStrategy

class samplomatic.transpiler.TwirlingStrategy(value)[source]

Bases: str, Enum

The twirling strategies supported by the boxing pass manager.

Attributes Summary

Attributes Documentation

ACTIVE = 'active'
ACTIVE_ACCUM = 'active_accum'
ACTIVE_CIRCUIT = 'active_circuit'
ALL = 'all'