Questions tagged [cellular-automaton]

This tag is for questions regarding to "cellular automaton" which is a deterministic rewriting dynamical system that evolves in discrete time and discrete space, this latter usually a grid. Probabilistic cellular automata are used in statistical and condensed matter physics to study phenomena like fluid dynamics and phase transitions.

A cellular automaton (also called cellular spaces, tessellation automata, homogeneous structures, cellular structures, tessellation structures, and iterative arrays) is a model of a system of “cell” objects with the following characteristics:

  • The cells live on a grid. (We’ll see examples in both one and two dimensions in this chapter, though a cellular automaton can exist in any finite number of dimensions.)
  • Each cell has a state. The number of state possibilities is typically finite. The simplest example has the two possibilities of $1$ and $0$ (otherwise referred to as on and off or alive and dead).
  • Each cell has a neighborhood. This can be defined in any number of ways, but it is typically a list of adjacent cells.

The development of cellular automata systems is typically attributed to Stanisław Ulam and John von Neumann, who were both researchers at the Los Alamos National Laboratory in New Mexico in the $1940$s.

For more about this you can follow the following references:

  1. Cellular automata
  2. "The Nature of Code" by Daniel Shiffman
  3. Cellular automaton
  4. Cellular Automaton
50 questions
42
votes
5 answers

Is Stephen Wolfram's NKS, an attempt to explain the universe with cellular automata, in conflict with Bell's Theorem?

Stephen Wolfram's A New Kind of Science (NKS) hit the bookstores in 2002 with maximum hype. His thesis is that the laws of physics can be generated by various cellular automata--simple programs producing complexity. Occasionally (meaning rarely) I…
22
votes
6 answers

Relativistic Cellular Automata

Cellular automata provide interesting models of physics: Google Scholar gives more than 25,000 results when searching for "cellular automata" physics. Google Scholar still gives more than 2.000 results when searching for "quantum cellular…
12
votes
8 answers

Why Quantum Mechanics as a non-fundamental effective theory?

My question: What (physical or mathematical) reasons (not philosophical) do some physicists ('t Hooft, Penrose, Smolin,...) argue/have in order to think that Quantum Mechanics could be substituted by another theory in the future? Namely...Why should…
10
votes
2 answers

Cellular automata rules for quantum mechanics

My limited understanding of quantum theory is that a quantum system is completely described by its wave function, which deterministically evolves according to Schrödinger's equation until wave function collapse. Schrödinger's equation is essentially…
9
votes
3 answers

In what way are the Mathematical universe hypothesis and A New Kind of Science connected

The Mathematical universe hypothesis, mainly by Max Tegmark and A new Kind of Science, mainly by Stephen Wolfram both claim (as least as I understand it) that at its innermost core reality is mathematics. Can this statement be made more precise,…
9
votes
3 answers

Current scope of Chaos theory and non-linear dynamics?

I am a physics undergrad interested in stuff like dynamical systems, chaos theory etc. Is there ongoing research in these fields? I am talking about pure research and not applications to things like weather etc? I hope this question is appropriate…
8
votes
0 answers

What is the cellular automaton interpretation of quantum mechanics?

Gerard 't Hooft has presented a new interpretation of quantum mechanics called: Cellular Automaton Is there anyone who can give a summary of the main points of the interpretation and its main difference with other interpretations and if it can also…
8
votes
2 answers

Measurement in 't Hooft Cellular Automation Interpretation (CAI)

In the 't Hooft Cellular Automation Interpretation it is declared, that for a system described by some template state $\lvert \psi \rangle$ and for any ontological measure outcome $\langle a \rvert$ the absolute square of inner product $\langle a |…
8
votes
6 answers

Can quantum entanglement be simulated on a digital computer to any degree of precision?

First principles modelling of physical phenomena has been very successful in physics. The largest limitation is perhaps the fact that many QM problems are NP hard so we would need really powerful computers if we want greater accuracy. But any QM…
7
votes
1 answer

What is the motivation for introducing "ontological state" in 't Hooft's deterministic quantum mechanics

I tried to read Prof. 't Hooft's new paper The Cellular Automaton Interpretation of Quantum Mechanics A View on the Quantum Nature of our Universe, Compulsory or Impossible? and encountered difficulty about the motivation for introducing ontological…
6
votes
2 answers

Is there a way to perform Ising model simulations with a Game of Life approach?

This question may turn out to be trivial or nonsensical as I do not have more than undergraduate understanding of both the Ising model and computational physics simulations. I just wanted to post this to see if this "shower thought" that I just had…
6
votes
0 answers

Is it possible to reproduce the energy spectrum of quantum chaos using classical cellular automata?

Is it possible to reproduce the energy spectrum of quantum chaos using classical cellular automata? It's hardly impressive to reproduce harmonic oscillators.
6
votes
3 answers

Is there really time reversibility in physics?

First, how i got to the question. I was randomly looking at this page: http://en.wikipedia.org/wiki/Langton%27s_ant describing some sort of cellular automaton. Here is the path of this automaton after more then 10000 steps: You can clearly see…
6
votes
2 answers

Can cellular automata be reconcilied with quantum mechanics?

CAs are deterministic representations of the universe, which, according to the Bell's inequality are not entirely accurate. Cells interact "locally" (only with the closest neighbours), while quantum entanglement proposes the opposite. So, in layman…
5
votes
3 answers

Computation theory and the simulation argument

Can physical states be treated as information (strings over some alphabet)? If (1) is true, isn't this a trivial conclusion that the universe can be simulated by a Turing machine or a cellular automaton or any other computational model, given that…
1
2 3 4