qiskit.algorithms.PhaseEstimationScale.scale_phases¶
- PhaseEstimationScale.scale_phases(phases, id_coefficient=0.0)[source]¶
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.- Parameters
phases (list | dict) -- a list or dict of values of
phi
.id_coefficient (float) -- All eigenvalues are shifted by this value.
- Return type
dict | list
- Returns
Eigenvalues computed from phases.