Skip to content
Discussion options

You must be logged in to vote

I am confused by what you are asking. Do you want to study the transverse field Ising model? In that case, what is the value of Gamma? And you should not use dirloop_sse for that but loop. It seems to me that you are effectively simulating another model, probably an XY-type of model in a magnetic field.
Assuming you want to study the 2d TFIM, I ran the following input file and obtained a ground state energy close to -33.2 (extensive). But as I said, I am not sure what you want to simulate exactly. Hope this helps.

import pyalps
import matplotlib.pyplot as plt
import pyalps.plot
import numpy as np
Ls = [4]
betas = np.linspace (1.0 , 20.0 , 21)
parms = []
for beta in betas :
  for L in Ls :…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@ShHsLin-quantinuum
Comment options

Comment options

You must be logged in to vote
1 reply
@ShHsLin-quantinuum
Comment options

Answer selected by ShHsLin-quantinuum
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants