Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
TsafrirA committed Apr 9, 2024
1 parent 56c3de5 commit a2f801e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions qiskit_ibm_provider/ibm_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ def _default_options(cls) -> Options:
@property
def dtm(self) -> float:
"""Return the system time resolution of output signals
Returns:
dtm: The output signal timestep in seconds.
"""
Expand All @@ -309,7 +309,7 @@ def meas_map(self) -> List[List[int]]:
"""Return the grouping of measurements which are multiplexed
This is required to be implemented if the backend supports Pulse
scheduling.
Returns:
meas_map: The grouping of measurements which are multiplexed
"""
Expand All @@ -318,15 +318,15 @@ def meas_map(self) -> List[List[int]]:
@property
def target(self) -> Target:
"""A :class:`qiskit.transpiler.Target` object for the backend.
Returns:
Target
"""
return self._get_target()

def target_history(self, datetime: Optional[python_datetime] = None) -> Target:
"""A :class:`qiskit.transpiler.Target` object for the backend.
Returns:
Target with properties found on `datetime`
"""
Expand Down

0 comments on commit a2f801e

Please sign in to comment.