Hi,
I am trying to compute the magnetization for the transverse field Ising
model in 3D. If I understand correctly, I have to use Looper and place
the field along X and the coupling along Z, i.e. what I do is
LATTICE="simple cubic lattice"
MODEL="spin"
L=8
Jz=1
Jxy=0
T=0.1
THERMALIZATION=1000
SWEEPS=10000
REPRESENTATION="SSE"
{Gamma=0;}
{Gamma=1;}
etc.
The simulation works, however the magnetization is zero -- I assume this
is because this is the magnetization in Z direction. What do I have to
do in order to compute the magnetization along the transverse field?
Thanks a lot,
Norbert