French
Languages
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

UchannelLO

class UchannelLO(q, scale)[source]

Bases : object

Class representing a U Channel LO

q

Qubit that scale corresponds too.

scale

Scale factor for qubit frequency.

Initialize a UchannelLOSchema object

Paramètres
  • q (int) – Qubit that scale corresponds too. Must be >= 0.

  • scale (complex) – Scale factor for qubit frequency.

Lève

QiskitError – If q is < 0

Methods

from_dict

Create a new UchannelLO object from a dictionary.

to_dict

Return a dictionary format representation of the UChannelLO.