UchannelLO#
- class qiskit.providers.models.UchannelLO(q, scale)[código fonte]#
Bases:
object
Class representing a U Channel LO
- q#
Qubit that scale corresponds too.
- scale#
Scale factor for qubit frequency.
Initialize a UchannelLOSchema object
- Parâmetros:
- Levanta:
QiskitError – If q is < 0
Methods
- classmethod from_dict(data)[código fonte]#
Create a new UchannelLO object from a dictionary.
- to_dict()[código fonte]#
Return a dictionary format representation of the UChannelLO.
- Retorno:
The dictionary form of the UChannelLO.
- Tipo de retorno: