Unit incorrect for rep_delay_range parameter in qiskit.providers.models.BackendConfiguration documentation
See original GitHub issueIn the qiskit.providers.models.BackendConfiguration documentation (link here:https://qiskit.org/documentation/stubs/qiskit.providers.models.BackendConfiguration.html#qiskit-providers-models-backendconfiguration) under the description for the rep_delay_range parameter is the following:
“2d list defining supported range of repetition delays for backend in μs. First entry is lower end of the range, second entry is higher end of the range. Optional, but will be specified when dynamic_reprate_enabled=True.”
Instead of μs, the unit should be s (seconds).
If any other information is needed, I’m happy to provide it.
Issue Analytics
- State:
- Created 2 years ago
- Comments:10 (9 by maintainers)
Top Results From Across the Web
Providers Interface (qiskit.providers) — Qiskit 0.28.0 ...
This module contains the classes used to build external providers for Terra. A provider is anything that provides an external service to Terra....
Read more >Parameter - Qiskit
A parameter is a variable value that is not required to be fixed at circuit definition. Examples. Construct a variable-rotation X gate using...
Read more >Release Notes — Qiskit 0.19.6 documentation
Fixed bug with statevector and unitary simulators running a number of (parallel) shots equal to the number of CPU threads instead of only...
Read more >qiskit.providers
Providers Interface ( qiskit.providers )¶. This module contains the classes used to build external providers for Terra. A provider is anything that provides ......
Read more >Release Notes — Qiskit 0.36.0 documentation
Qiskit Metapackage Version qiskit‑terra qiskit‑aer qiskit‑ignis qiskit‑ibmq‑provider Release...
0.36.0 0.20.0 0.10.4 0.7.0 0.19.0 2022‑04...
0.35.0 0.20.0 0.10.3 0.7.0 0.18.3 2022‑03...
0.34.2 0.19.2 0.10.3 0.7.0 0.18.3 2022‑02......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@coruscating there’s no need to close this we can just transfer it to terra.
I made a mistake in my last comment. Knowing that the parameter should be in microseconds, I think the way the documentation is written is fine. I’ll now close this issue. Thanks for the help everyone!