Korean
언어
English
Japanese
German
Korean
Portuguese, Brazilian
French
Shortcuts

qiskit.providers.models.UchannelLO

class UchannelLO(q, scale)[소스]

Class representing a U Channel LO

q

Qubit that scale corresponds too.

scale

Scale factor for qubit frequency.

Initialize a UchannelLOSchema object

매개변수
  • q (int) – Qubit that scale corresponds too. Must be >= 0.

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

예외

QiskitError – If q is < 0

__init__(q, scale)[소스]

Initialize a UchannelLOSchema object

매개변수
  • q (int) – Qubit that scale corresponds too. Must be >= 0.

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

예외

QiskitError – If q is < 0

Methods

__init__(q, scale)

Initialize a UchannelLOSchema object

from_dict(data)

Create a new UchannelLO object from a dictionary.

to_dict()

Return a dictionary format representation of the UChannelLO.

classmethod from_dict(data)[소스]

Create a new UchannelLO object from a dictionary.

매개변수

data (dict) – A dictionary representing the UChannelLO to create. It will be in the same format as output by to_dict().

반환값

The UchannelLO from the input dictionary.

반환 형식

UchannelLO

to_dict()[소스]

Return a dictionary format representation of the UChannelLO.

반환값

The dictionary form of the UChannelLO.

반환 형식

dict