Open
Description
in qca.utils.algo_utils.gsee_resource_estimation()
there are two arguments, bits_precision
and precision_order
. I believe they pertain to the same value, the number of bits of precision to use in phase estimation. Currently we set the bits_precision
based on the user specified error_precision
. However we pass this number and hardcode precision_order=1
when calling gsee_resource_estimation()
Leading to conflicting data.