qiskit.utils.apply_prefix¶ apply_prefix(value, unit)[소스]¶ Given a SI unit prefix and value, apply the prefix to convert to standard SI unit. 매개변수 value (float) – The number to apply prefix to. unit (str) – String prefix. 반환 형식 float 반환값 Converted value. 예외 Exception – If the units aren’t recognized.