From bce7794ad8ce81f53902a01282e52bc02d89d9a1 Mon Sep 17 00:00:00 2001
From: Antoine Cyril David Hoffmann <ahoffman@spcpc606.epfl.ch>
Date: Mon, 22 Jun 2020 17:45:47 +0200
Subject: [PATCH] update roadmap

---
 README.md | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

diff --git a/README.md b/README.md
index 0cd74cda..cdc0cdcd 100644
--- a/README.md
+++ b/README.md
@@ -1,19 +1,18 @@
-Hermite-Laguerre Z-pinch solver (2020)
-
-Goal : Write the MOLI solver in Fortran and include a non linear Poisson bracket term to it.
+HeLaZ (Hermite-Laguerre Z-pinch solver, 2020)
 
 Roadmap :
 
-0) Write MOLI matlab solver in Fortran using Monli1D as starting point
+0. Write MOLI matlab solver in Fortran using Monli1D as starting point
+
+	0.1 go from 1D space to 2D fourier and from Hermite basis to Hermite-Laguerre basis (Done)
 
-	0.1) go from 1D space to 2D fourier and from Hermite basis to Hermite-Laguerre basis (Done)
+	0.2 implement linear Poisson equation in fourier space (Done)
 
-	0.2) implement linear Poisson equation in fourier space (Done)
+	0.3 implement moment hierarchy linear terms (Done)
 
-	0.3) implement moment hierarchy linear terms (Done)
+	0.4 RK4 time solver (Done)
 
-	0.4) RK4 time solver (Done)
+	0.5 Benchmark with MOLI matlab results for Z-pinch <- Current stage
 
-	0.5) Benchmark with MOLI matlab results for Z-pinch <- Current stage
+1. Implementation of the non linear Poisson brackets term  
 
-1) Implementation of the non linear Poisson brackets term  
-- 
GitLab