Replies: 1 comment 4 replies
-
|
Yes puzzling, I get the same thing - will take a look into it. |
Beta Was this translation helpful? Give feedback.
4 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.
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed a potential issue with autoblock method for eigh. The autoblock method gives a wrong set of eigenvalues and eigenvectors for the same Hamiltonian.
I tested this out for a lot of other Hermitian Hamiltonians and there seems to be no issue at all.
This issue only pops up with this particular hamiltonian I defined below and num_qubits >= 11
Here is the code highlighting the issue
The Hamiltonian is hermitian, but as you can notice the output of the eigenvalues is different. I am unable to figure out what the issue might be for this.
Beta Was this translation helpful? Give feedback.
All reactions