qiskit.algorithms.EstimationProblem.rescale¶ EstimationProblem.rescale(scaling_factor)[source]¶ Rescale the good state amplitude in the estimation problem. Parameters scaling_factor (float) – The scaling factor in [0, 1]. Return type EstimationProblem Returns A rescaled estimation problem.