-
Dear Huanchen, Thank you so much for the wonderful package! I am trying to measure the electron occupation for a custom 40x6 system after DMRG calculations with bond dimension=4000. The following is my code:
THank you so much! Best, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi Feng, The current support for custom SU2 operators in
|
Beta Was this translation helpful? Give feedback.
As indicated in the documentation, "We will only use Abelian symmetry groups for this problem". You can use
adjust_order=True
if you only have Abelian symmetry groups (likeU1
,U1Fermi
), etc. In other words, you can useadjust_order=True
if you do not haveSU2
(which is non-Abelian) as a symmetry sub-group indriver.set_symmetry_groups
.