CQCL / phayes

Easy and efficient Bayesian quantum phase estimation
Apache License 2.0
2 stars 1 forks source link

Tests to check Callable error rate #2

Open SamDuffield opened 1 year ago

SamDuffield commented 1 year ago

Currently the tests only check for float error_rate but Callable[[int], float] is also accepted and should therefore be tested.