qiskit.utils.apply_prefix¶
-
apply_prefix
(value, unit)[Quellcode]¶ Given a SI unit prefix and value, apply the prefix to convert to standard SI unit.
- Parameter
value (
float
) – The number to apply prefix to.unit (
str
) – String prefix.
- Rückgabetyp
float
- Rückgabe
Converted value.
- Verursacht
Exception – If the units aren’t recognized.