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
Currently, the function expect_g(op::AbstractAdd, reg::MajoaranaReg) takes time O(n^3) because of the full matrix-matrix product. It may be possible to speed this up by not instantiating the full matrix form of op in the Majorana basis.
The text was updated successfully, but these errors were encountered:
Currently, the function
expect_g(op::AbstractAdd, reg::MajoaranaReg)
takes time O(n^3) because of the full matrix-matrix product. It may be possible to speed this up by not instantiating the full matrix form ofop
in the Majorana basis.The text was updated successfully, but these errors were encountered: