View source: R/isingLibWrapper.R
sumVec | R Documentation |
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(x)
x |
1D Spin sites on the lattice |
Returns the sum, corresponding the long-range part.
Mehmet Suzen <mehmet.suzen@physics.org>
n <- 10 # 10 spin sites
mySites <- genConfig1D(n) # Generate sites
sumVecs <- sumVec(mySites)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.