mirror of https://github.com/Qiskit/qiskit.git
10 lines
379 B
YAML
10 lines
379 B
YAML
---
|
|
features:
|
|
- |
|
|
A new attribute,
|
|
:attr:`~qiskit.providers.models.PulseBackendConfiguration.control_channels`,
|
|
has been added to the
|
|
:class:`~qiskit.providers.models.PulseBackendConfiguration` class. This
|
|
attribute represents the control channels on a backend as a mapping of
|
|
qubits to a list of :class:`~qiskit.pulse.channels.ControlChannel` objects.
|