qiskit.algorithms.PhaseEstimationScale.scale_phases¶
- PhaseEstimationScale.scale_phases(phases, id_coefficient=0.0)[fuente]¶
Convert a list or dict of phases to eigenvalues.
The values in the list, or keys in the dict, are values of
phi` and are converted as described in the description of ``scale_phase
. In casephases
is a dict, the values of the dict are passed unchanged.- Parámetros
phases (list | dict) – a list or dict of values of
phi
.id_coefficient (float) – All eigenvalues are shifted by this value.
- Devuelve
Eigenvalues computed from phases.
- Tipo del valor devuelto
dict | list