pyqtorch icon indicating copy to clipboard operation
pyqtorch copied to clipboard

[Performance] Possible optimizations

Open jpmoutinho opened this issue 11 months ago • 1 comments

https://github.com/quantumlib/qsim

To speed up the simulator, we use gate fusion [2] [3], single precision arithmetic, AVX/FMA instructions for vectorization and OpenMP for multi-threading.

I suspect this gate fusion is similar to what is already implemented in PyQTorch for 1Q gates, but maybe there are some more general ideas to explore there.

jpmoutinho avatar Mar 15 '24 09:03 jpmoutinho