iqm.iqm_client.models.SingleQubitMapping#
- class iqm.iqm_client.models.SingleQubitMapping(*, logical_name: str, physical_name: str)#
Bases:
BaseModel
Mapping of a logical qubit name to a physical qubit name.
Attributes
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
logical qubit name
physical qubit name
Methods
- model_config: ClassVar[ConfigDict] = {}#
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].