quil-lang / qvm

The high-performance and featureful Quil simulator.
Other
411 stars 57 forks source link

lower default QVM operator cache limit, add caching to executable #273

Closed stylewarning closed 3 years ago

stylewarning commented 3 years ago

This PR decreases the amount of cache warming when the QVM system is compiled to just 8 qubits, which takes around 1.5 seconds on my old laptop on battery. However, when the executable is built, we cache for up to 30 qubits.

stylewarning commented 3 years ago

Removed the debug function.