qiskit.utils.apply_prefix¶ apply_prefix(value, unit)[source]¶ Given a SI unit prefix and value, apply the prefix to convert to standard SI unit. Paramètres value (float) – The number to apply prefix to. unit (str) – String prefix. Type renvoyé float Renvoie Converted value. Lève Exception – If the units aren’t recognized.