Samiksha Jaiswal (Editor)

Abelian sandpile model

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Abelian sandpile model

The Abelian sandpile model, also known as the Bak–Tang–Wiesenfeld model, was the first discovered example of a dynamical system displaying self-organized criticality. It was introduced by Per Bak, Chao Tang and Kurt Wiesenfeld in a 1987 paper.

Contents

The model is a cellular automaton. In its original formulation, each site on a finite grid has an associated value that corresponds to the slope of the pile. This slope builds up as "grains of sand" (or "chips") are randomly placed onto the pile, until the slope exceeds a specific threshold value at which time that site collapses transferring sand into the adjacent sites, increasing their slope. Bak, Tang, and Wiesenfeld considered process of successive random placement of sand grains on the grid; each such placement of sand at a particular site may have no effect, or it may cause a cascading reaction that will affect many sites.

The model has since been studied on the infinite lattice, on other (non-square) lattices, and on arbitrary graphs (including directed multigraphs).

Definition

The iteration rules for the model on the square lattice can be defined as follows:

Begin with some nonnegative configuration z ( x , y ) Z which is finite, in the sense that

x , y z ( x , y ) < .

Any site ( x , y ) with

z ( x , y ) 4

is unstable and can topple, sending one of its chips to each of its 4 neighbors:

z ( x , y ) z ( x , y ) 4 z ( x ± 1 , y ) z ( x ± 1 , y ) + 1 z ( x , y ± 1 ) z ( x , y ± 1 ) + 1.

The process is guaranteed to terminate given that the initial configuration was finite. Moreover, although there will often be many possible choices for the order in which to topple vertices, the final configuration does not depend on the chosen order; this is one sense in which the sandpile is Abelian. The number of times each vertex topples in this process is also independent of the choice of toppling order.

On an arbitrary undirected graph, a special vertex called a sink is specified that is not allowed to topple. In the presence of a sink, the term chip configuration refers to a chip-counting vector (nonnegative and integral) indexed by the non-sink vertices. The rules are that any non-sink vertex v with

z ( v ) d e g ( v )

is unstable; toppling again sends one of its chips to each of its neighbors:

z ( v ) z ( v ) d e g ( v )

and, for each u v :

z ( u ) z ( u ) + 1.

Multiple toppling operations can be efficiently encoded by using the Laplacian matrix Δ . Deleting the row and column of Δ corresponding with the sink yields the reduced Laplacian Δ . If x is a nonnegative integral vector indexed by the non-sink vertices, then starting with a configuration z and toppling each vertex v a total of x ( v ) times yields the configuration z x Δ .

This and other models that involve a toppling operation are sometimes referred to as chip-firing models or chip-firing games.

Sandpile group

Given a configuration z , toppling unstable non-sink vertices on a finite connected graph until no unstable non-sink vertex remains leads to a unique stable configuration z , which is called the stabilization of z .

The set of stable configurations forms a commutative monoid under the operation z w ( z + w ) . The minimal ideal of this monoid is a group of recurrent configurations called the sandpile group. A stable configuration is recurrent if it can be obtained from any other configuration by adding chips and stabilizing.

The sandpile group is isomorphic to the group of equivalence classes of configurations obtained by reducing modulo the toppling operation, which can be written

Z n 1 / Z n 1 Δ

where n is the number of vertices and Z n 1 Δ is the integer row-span of Δ .

The order of the sandpile group is the determinant of Δ , which by the matrix tree theorem is the number of spanning trees of the graph.

Self-organized criticality

The original interest behind the model stemmed from the fact that in simulations on lattices, it is attracted to its critical state, at which point the correlation length of the system and the correlation time of the system go to infinity, without any fine tuning of a system parameter. This contrasts with earlier examples of critical phenomena, such as the phase transitions between solid and liquid, or liquid and gas, where the critical point can only be reached by precise tuning (e.g., of temperature). Hence, in the sandpile model we can say that the criticality is self-organized.

Once the sandpile model reaches its critical state there is no correlation between the system's response to a perturbation and the details of a perturbation. Generally this means that dropping another grain of sand onto the pile may cause nothing to happen, or it may cause the entire pile to collapse in a massive slide. The model also displays 1/ƒ noise, a feature common to many complex systems in nature.

This model only displays critical behaviour in two or more dimensions. The sandpile model can be expressed in 1D; however, instead of evolving to its critical state, the 1D sandpile model instead reaches a minimally stable state where every lattice site goes toward the critical slope.

For 2 dimensions, the associated conformal field theory is suggested to be symplectic fermions with central charge c=-2.

Generalization to directed graphs

The sandpile model can be generalized to arbitrary directed multigraphs. The rules are that any vertex v with

z ( v ) d e g + ( v )

is unstable; toppling again sends chips to each of its neighbors, one along each outgoing edge:

z ( v ) z ( v ) d e g + ( v ) + d e g ( v , v )

and, for each u v :

z ( u ) z ( u ) + d e g ( v , u )

where d e g ( v , u ) is the number of edges from v to u .

In this case the Laplacian matrix is not symmetric. If we specify a sink s such that there is a path from every other vertex to s , then the stabilization operation on finite graphs is well-defined and the sandpile group can be written

Z n 1 / Z n 1 Δ

as before.

The order of the sandpile group is again the determinant of Δ , which by the general version of the matrix tree theorem is the number of oriented spanning trees rooted at the sink.

Least action principle

The stabilization of chip configurations obeys a form of least action principle: each vertex topples no more than necessary in the course of the stabilization. This can be formalized as follows. Call a sequence of topples legal if it only topples unstable vertices, and stabilizing if it results in a stable configuration. The standard way of stabilizing the sandpile is to find a maximal legal sequence; i.e., by toppling so long as it is possible. Such a sequence is obviously stabilizing, and the Abelian property of the sandpile is that all such sequences are equivalent up to permutation of the toppling order; that is, for any vertex v , the number of times v topples is the same in all legal stabilizing sequences. According to the least action principle, a minimal stabilizing sequence is also equivalent up to permutation of the toppling order to a legal (and still stabilizing) sequence. In particular, the configuration resulting from a minimal stabilizing sequence is the same as results from a maximal legal sequence.

More formally, if u is a vector such that u ( v ) is the number of times the vertex v topples during the stabilization (via the toppling of unstable vertices) of a chip configuration z , and n is an integral vector (not necessarily non-negative) such that z n Δ is stable, then u ( v ) n ( v ) for all vertices v .

References

Abelian sandpile model Wikipedia