entropy calculating by entropy(i) #257
parvinteimouriphysics
started this conversation in
General
Replies: 1 comment 1 reply
-
Hi @parvinteimouriphysics, in general the entropy can be linear in the size of the subsystem (in this case whichever size is smaller out of left and right blocks). If calculated in base 2 the maximum for a system of qubits / spin-halves is exactly the size of the subsystem (a factor smaller if using natural logarithm). For an MPS, the entropy between a bi-partition is also bounded by I didn't fully understand your description, but were you looking to calculate the entropy of site |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hello
I have calculated a ground state of a finite site Heisenberg chain using MRG. Now
I want to calculate the Von Nueman entropy of it according the site numbers,
In other words, at each step, I divide the chain(MPS) into two parts, left and right, and move one site to the right
I add the right side of the system and calculate the entropy of the left system. I use the ' entropy(i) 'function for this, but it's strange that I get answers greater than one! Where could the problem be?
Beta Was this translation helpful? Give feedback.
All reactions