You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: