qat.fusion.strategies.NaiveStrategy
- class qat.fusion.strategies.NaiveStrategy(qbit_limit=4)
Naive strategy that group adjacent gates as long as the size of the grouped gate is under a certain threshold.
- Parameters
qbit_limit (optional, int) – the limit on the groups sizes (in qbits). Default to 4.