+1 vote
asked by (610 points)

Hi everyone,

Consider a Hubbard model with, say, some sort of spin-orbit coupling, such that the SU(2) symmetry breaks down to a U(1) symmetry. Is it possible to implement this residual symmetry in ITensor, together with the usual particle number conservation U(1) symmetry?

Best,
Junsen

1 Answer

0 votes
answered by (70.1k points)

Hi Junsen,
Thanks for the question. Based on your other questions, I believe you're using the Julia version of ITensor, though conserving two (or more) U(1) symmetries is straightforward to do in both versions of ITensor.

Actually by default the "Electron" site type, which is the type used by the Hubbard model, will conserve two different U(1) symmetries when you set conserveqns=true in the function siteinds("Electron",N;conserveqns=true). These two QNs will be the charge ("Nf") and z-component of spin ("Sz") quantum numbers which are both U(1) symmetries.

More generally you can conserve up to four different Abelian quantum numbers by defining a QN object with various "slots" with unique names and QN values. By default all of the "slots" are U(1) quantum numbers obeying regular addition rules. But optionally you can specify a modulus such as 2 or 3 to make quantum numbers obey Z2 or Z3 etc. addition rules.

But anyway, based on your question it sounds like the "Electron" site type with conserve_qns=true may already give what you want.

If not, or if you're not sure or have more questions, can you explain more about the precise quantum numbers you are trying to conserve, what values they take on a single site and what names you'd prefer them to have?

Miles

commented by (70.1k points)
I wanted to mention that a good source of documentation on the QN system of ITensor is the "ITensor Paper", section 8:

https://arxiv.org/abs/2007.14822
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

...