Description Usage Arguments Value Author(s) Examples
View source: R/isingLibWrapper.R
Given a vector of flip sites, 1s or -1s, representing up and down spins respectively, flip any of the site randomly. The function uses default RNG (Marsienne-Twister) unless changed by the user, within R, to generate a vector that contains 1s or -1s. This function calls 'flipConfig1D' C function.
| 1 |   flipConfig1D(x)
 | 
| x | 1D Spin sites on the lattice | 
Returns vector that contains 1s or -1s.
Mehmet Suzen <mehmet.suzen@physics.org>
| 1 2 3 4 |   n          <- 10 # 10 spin sites
  mySites    <- genConfig1D(n) # Generate sites
  # now flip 
  mySitesNew <- flipConfig1D(mySites)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.