qiskit.utils.apply_prefix¶
-
apply_prefix
(value, unit)[código fonte]¶ Given a SI unit prefix and value, apply the prefix to convert to standard SI unit.
- Parâmetros
value (
float
) – The number to apply prefix to.unit (
str
) – String prefix.
- Tipo de retorno
float
- Retorna
Converted value.
- Levanta
Exception – If the units aren’t recognized.