yardstiq / quantum-benchmarks

benchmarking quantum circuit emulators for your daily research usage
Other
119 stars 28 forks source link

BM_sim_QCBM taxes Qrack's use of on-chip RNG #54

Closed WrathfulSpatula closed 2 years ago

WrathfulSpatula commented 2 years ago

I already have a fix, but the BM_sim_QCBM test currently uses Qrack's simulator random number generator for random rotation angles. This happens to be enough RNG demand to empty the on-chip entropy pool. I'm converting this to use a pseudo-RNG, like the QuEST suite, and I'll add it in #53.

WrathfulSpatula commented 2 years ago

(Fixed in #53)