From 1debccfd418e6b0540c3f7c07a49a6407dc6c8cc Mon Sep 17 00:00:00 2001 From: Nick Beaton Date: Tue, 10 Nov 2020 13:28:38 +1100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f14bc4a..efd86c5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Walks obeying two-step rules on the square lattice: full, half and quarter planes +## Walks obeying two-step rules on the square lattice: full, half and quarter planes Here is some code associated with the paper on two-step paths in the square lattice, preprint here https://arxiv.org/abs/2010.06955. - `computing_the_models.ipynb` is an interactive Jupyter Notebook using the Sage engine. It computes all the connected and aperiodic models in the full, half and quarter planes, and applies the relevant symmetries to determine all the non-isomorphic models. Its ultimate output is the three files `full_plane_models.txt`, `half_plane_models.txt`, and `quarter_plane_models.txt`, which are also included in this repository.