This repository was archived by the owner on Jul 24, 2024. It is now read-only.
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -290,7 +290,7 @@ def _default_options(cls) -> Options:
290
290
@property
291
291
def dtm (self ) -> float :
292
292
"""Return the system time resolution of output signals
293
-
293
+
294
294
Returns:
295
295
dtm: The output signal timestep in seconds.
296
296
"""
@@ -309,7 +309,7 @@ def meas_map(self) -> List[List[int]]:
309
309
"""Return the grouping of measurements which are multiplexed
310
310
This is required to be implemented if the backend supports Pulse
311
311
scheduling.
312
-
312
+
313
313
Returns:
314
314
meas_map: The grouping of measurements which are multiplexed
315
315
"""
@@ -318,15 +318,15 @@ def meas_map(self) -> List[List[int]]:
318
318
@property
319
319
def target (self ) -> Target :
320
320
"""A :class:`qiskit.transpiler.Target` object for the backend.
321
-
321
+
322
322
Returns:
323
323
Target
324
324
"""
325
325
return self ._get_target ()
326
326
327
327
def target_history (self , datetime : Optional [python_datetime ] = None ) -> Target :
328
328
"""A :class:`qiskit.transpiler.Target` object for the backend.
329
-
329
+
330
330
Returns:
331
331
Target with properties found on `datetime`
332
332
"""
You can’t perform that action at this time.
0 commit comments