0 votes
asked by (360 points)

Is it possible to compute the entanglement entropy for a block of arbitrary size in a spin system? I've seen previous posts about this but could not find a concrete example in terms of code, except for a partition of N=2.

I tried adapting this code

http://itensor.org/docs.cgi?page=formulas/entanglement_mps

but I can get at most results corresponding to a partition with N/2 -1 sites by changing the parameter b. Can I somehow fix the two ends of a partition and trace out the rest? Or even trace out a partition at the edge with some arbitrary size.

Best wishes,

Rafael

2 Answers

+1 vote
answered by (70.1k points)

Hi Rafael,
The short answer is: no, not without incurring an exponential cost, if by "block" you mean a block in the middle of a wavefunction represented by an MPS, versus a block starting from site 1 and continuing through some site j.

The longer answer is that it's quite likely there is an efficient, approximate method that works well in practice for obtaining the entropy of a large block in the middle of an MPS. A simple example of such a method would be to swap the sites j,...,k with the sites 1,...,j through a set of local swap operations until all of these sites are exchanged with each other. Then one could compute the entanglement of the resulting MPS via a cut at bond j,j+1 and it would approximately equal the block entanglement of the original state. But the key question in this procedure is whether all of those sites can be efficiently swapped without leading to a new bond dimension that's too huge.

There might be smarter ways to do something similar, using a tree tensor network maybe, or some other methods that are yet to be explored (randomized SVD, etc.). It's sort of an open, under explored topic.

Why do you need the entanglement of a large block not starting from one edge of the system?

Best,
Miles

+1 vote
answered by (220 points)

Hi Rafael,

the following method works for me: I set up the RDM of the subsystem as it is described in https://arxiv.org/abs/1605.00674 ( see Fig. 6 ). Once I have obtained the RDM, i use diagHermitian to obtain the spectrum and from that the entanglement entropy.

All the best,
Matthias

commented by (360 points)
Hi guys,

Thanks for the replies, I will look into the ideas you have there.

It would actually be enough to start at one end of the chain and going up to some site j. I think I managed to make it work with the available example code, the issue was that the smaller eigenvalues of the reduced density matrix get discarded when doing the single-value decomposition. I tried to reduce the cutoff but it didn't seem to work Is there a way to ensure we get the whole set?

Best,

Rafael
Welcome to ITensor Support Q&A, where you can ask questions and receive answers from other members of the community.

Formatting Tips:
  • To format code, indent by four spaces
  • To format inline LaTeX, surround it by @@ on both sides
  • To format LaTeX on its own line, surround it by $$ above and below
  • For LaTeX, it may be necessary to backslash-escape underscore characters to obtain proper formatting. So for example writing \sum\_i to represent a sum over i.
If you cannot register due to firewall issues (e.g. you cannot see the capcha box) please email Miles Stoudenmire to ask for an account.

To report ITensor bugs, please use the issue tracker.

Categories

...