yardstiq / quantum-benchmarks

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

pyQuil? #45

Open zohimchandani opened 3 years ago

zohimchandani commented 3 years ago

Just double-checking that you didn't benchmark the Forest simulator right?

Roger-luo commented 3 years ago

no we haven't, the reason is we find PyQUIL is using a client-server mode to execute the simulation, thus the results were unfair, one will be measuring the task spawn time instead of the actual simulation time, or the time would include the task spawns. We haven't figure out how to compile and run benchmark on the lisp based program natively. Any help would be welcome.