Lo siento no he traducido en español...
Concrete Cellular Automata
Some local structures producing interesting randomly-generated rules
Captive
Multiset
Set
Color blind
Generalized cyclic
Intrinsic universality
2D: Banks
1D: Ollinger-Richard
- next-neighbors and 4 states
- To my knowledge, no smaller 1D intrinsically universal CA is known
- 110 is known to be Turing-universal and P-complete but not known to be intrinsically universal
- ACML source file: four_states.ml
- Related papers:
- N. Ollinger, G. Richard, Four states are enough!
- M. Delorme and J. Mazoyer and N. Ollinger and G. Theyssier, Bulking II: Classifications of cellular automata
Miscellanous
Firing squad and limit sets
- A 'proof-friendly' CA (introduced by J. Kari) solving the infinite firing squad problem
- ACML source file: firing_squad.ml
- Related papers:
- J. Kari, Rice's theorem for the limit sets of cellular automata
- P. Guillon, P.-E. Meunier, G. Theyssier, Clandestine Simulations in Cellular Automata
Encoding Collatz conjecture
- The Collatz function $$f:n\mapsto\begin{cases}n/2&\text{ if }n\text{ even}\\3n+1&\text{ if }n\text{ odd}\end{cases} $$ can be realized as one step of a CA that essentially multiplies by 3 in base 6
- ACML source file: collatz.ml
- Related paper:
- J. Kari, Cellular Automata, the Collatz Conjecture and Powers of 3/2
Small nilpotent CAs
Linear CA via matrix representation
- A linear CA over state set \(\mathbb{Z}^d_{p^k}\) can be represented by a \(d\times d\) matrix whose coefficient are Laurent Polynomials over \(\mathbb{Z}_{p^k}\)
- ACML source file: linear.ml
- Related papers:
- J. Kari, Linear Cellular Automata with Multiple State Variables
- J. Gütschow, V. Nesme, R. F. Werner, The fractal structure of cellular automata on abelian groups
What you can find elsewhere on the net