symbolic_dynamics.graphs.golden_mean_shift

symbolic_dynamics.graphs.golden_mean_shift()[source]

Returns the minimal determinstic presentation of the golden mean shift.

The golden mean shift is the subshift of the full {0,1}-shift such that word 11 occurs in no point of the subshift.

Examples

>>> G = sd.golden_mean_shift()
>>> len(sd.idot(G, G, "11"))
0