Skip to content
Discussion options

You must be logged in to vote
  1. When you have a large number of quantum numbers and a large number of sites, computing the symmetry blocks in the initial MPS is non-trivial. You have 160 sites and three quantum numbers, so each quantum number can take values between [0, 320], [0, 160], [0, 160], respectively. To prepare the initial MPS, block2 needs to consider all these possibilities for the left and right bonds for each site. For each considered quantum number in the SAny mode, 56 bytes of storage is required. In total this requires 2 * 56 * 160 * 320 * 160 * 160 B = 136.7 GB memory. You need to reduce the number of symmetry groups and/or number of sites to reduce the memory cost. MPS bond dimension is not relevant h…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by cfengno1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants