boulderopalscaleup.device.Defcal

class boulderopalscaleup.device.Defcal(gate, addr, program)

Data associated to a defcal.

Variables

  • gate (str) – The gate name.
  • addr (str or tuple [ str , ... ]) – The address or addresses targeted by the defcal.
  • program (str) – The defcal program in OpenQASM format.

Methods

init
showPrint the defcal program.

Was this useful?