powered by
Given a vector of flip sites, 1s or -1s, representing up and down spins respectively, return the sum. This function calls the C function 'sumVec'.
sumVec_R(x)
Returns the sum, corresponding the long-range part.
1D Spin sites on the lattice
Mehmet Suzen <mehmet.suzen@physics.org>
n <- 10 # 10 spin sites mySites <- genConfig1D_R(n) # Generate sites sumVecs <- sumVec_R(mySites)
Run the code above in your browser using DataLab