Description Usage Arguments Value Author(s) Examples
Given a vector of flip sites, 1s or -1s, representing up and down spins respectively, return nearest neighbour energy, applying periodic boundary conditions, i.e., cyclic. This function is a pure R implementation.
| 1 | 
| x | 1D Spin sites on the lattice | 
Returns the nearest neighbour energy.
Mehmet Suzen <mehmet.suzen@physics.org>
| 1 2 3 |   n          <- 10 # 10 spin sites
  mySites    <- genConfig1D_R(n) # Generate sites
  nnEnergy <- lattice1DenergyNN(mySites)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.