Replies: 2 comments
-
|
Hi, the only way to do matmul (I think) is to multiply strings one by one and adding them up...(possibly simplifying the identities that enter etc). Yes it would be nice to have it implemented, I agree! |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
implemented in #955 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Unless I'm mistaken, pauli strings cannot be efficiently matmul with each other. This occurs quite often though, at least in what I do. I have some code that basically keeps the actual strings and coefficients and performs an efficient matmul just through string operators. Would this be something worth adding to netket?
Beta Was this translation helpful? Give feedback.
All reactions