qat.plugins.Display

class qat.plugins.Display(*args, **kwargs)

This plugin will display all circuits of a Batch. Circuits will be printed one by one.

Parameters

batchmode (bool, optional) – if set to True, each circuit will be displayed in the console without waiting for a user input Default: False

compile(batch, specs)

“Compiles” the batch. All circuits of this batch are displayed. To display the next circuit, press “Q” To stop display, press “Ctrl + C”.

Parameters
  • batch (Batch) – all circuits of this batch are displayed

  • specs (HardwareSpecs) – hardware specifications

Returns

Batch