0 votes
asked by (120 points)

I want to use ITensor for CTMRG, but I can't find how to do it.
Then, are there some examples of it?
I am assuming using C ++.

CTMRG(Corner Transfer Matrix Renormalization Group) is like this:
https://github.com/josephinius/CTMRG

1 Answer

0 votes
answered by (70.1k points)

Hi Tatsuo,
Yes, you can definitely use ITensor to perform CTMRG calculations. However, we do not have a pre-written CTMRG code that we provide, so you would have to write it yourself.

As you know, the key steps of CTMRG are tensor contractions and singular value decompositions of certain tensors. ITensor lets you do both of these operations very conveniently.

Please let me know if you do begin writing it and need help with how to perform a certain step.

Best regards,
Miles

commented by (120 points)
Hi Miles,

Thanks a lot.

Actually, I tried to make it once, but failed.
What I do not understand well is how to deal with the indexes when I contract the tensors to expand CTM & HRTM.

When I try it again, I will explain the details of what I am in trouble.

Regards,
Tatsuto
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

...