sumVec_R: Sum given vector

Description Usage Arguments Value Author(s) Examples

Description

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'.

Usage

1

Arguments

x

1D Spin sites on the lattice

Value

Returns the sum, corresponding the long-range part.

Author(s)

Mehmet Suzen <mehmet.suzen@physics.org>

Examples

1
2
3
  n          <- 10             # 10 spin sites
  mySites    <- genConfig1D_R(n) # Generate sites
  sumVecs    <- sumVec_R(mySites)

msuzen/isingLenzMC documentation built on May 23, 2019, 8:17 a.m.