You know elementary cellular automata, where each of the boolean-valued cells evolves according to 

where .

I think the natural quantum-mechanical extension of this is:

  • there are  basis states:  through 
  • its time-evolution is given, of course, by a unitary operator , which, expressed in that basis, is:
  • ...where .

You can take any elementary cellular automaton and quantum-ize it: just choose ; then that product is 1 exactly when  is the classical evolution of . (Not every  gives rise to a unitary , though; only the reversible ones.)

But... are there other unitary operators of this form, which aren't basically equivalent to reversible classical CAs? I think not, disappointingly, but I'm not sure, and I don't understand why not.

Bounty: $100 if you make me feel like I have a significantly deeper understanding of why all quantum elementary CAs are basically equivalent to classical elementary CAs (or show me I'm wrong and there actually is interesting behavior here). Partial payouts for partial successes.


My current understanding (the thing you have to enhance or beat) is:

  • Any choice of  is equivalent to a choice of eight complex two-vectors , each describing roughly "how (0/1)ish the next state of a cell should be given its current neighborhood."
  • For unitarity, we want  for all . If you bang through some math, I think this inner product turns out to equal the product of all 64 possible inner products of the  s, raised to various powers: 
  • ...where  is the number of locations where the neighborhood on tape  is 000 and the neighborhood on tape  is 111. For , we want this product to be 1; for , we want this product to be 0, meaning at least one of the inner products with a nonzero  must be zero.

    (Sanity check: if , then  and all the other s are 0. The inner products raised to power 0 disappear; the remaining ones are , which is 1 as long as the s are normalized, so we get  practically for free. Great.)

    • (Note that not all the s can be chosen independently: for example, if , then evidently tape  has some stretch of 0s ending in a 1; I'm imagining that the tape wraps around, so there must be a 1 on the left side of the stretch of 0s too; so some  must be positive too.)
  • It feels like there must be some clever geometrical insight, here, but I can't find it. Instead, I just enumerated all possible  for a small (4-cell) automaton, computed which s were nonzero, and asked Z3 to find s satisfying the huge pile of constraints (the AND of a bunch of ORs of clauses like "A dot B is zero") and "some  is not parallel to  or ". (I think that if there are just two mutually-perpendicular families of , that's basically equivalent to a classical CA.)
  • It... well, it didn't print "unsat," but it did hang, whereas, if I left out the interestingness constraint, it promptly spit out a satisfactory output. Shrug. This is my first time with Z3, so it might be a newbie mistake.
New Answer
New Comment

1 Answers sorted by

James Camacho

10

I think you're looking for the irreducible representations of . I'll come back and explain this later, but it's going to take awhile to write up.