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
Using Eigen matrix multiplication in complex_matrix::operator*=. The 3
layer for-loop in `operator*=` was the dominat cost in
`sum_op::to_matrix()` for multi-qubits operator chains.
Using Eigen matrix drops the execution time on my machine from **87
seconds to 2 seconds**, speedup of **~40x**.
Fixes#3626
Signed-off-by: Sachin Pisal <spisal@nvidia.com>
0 commit comments