From 4cf437fd2432bdd6a15afb33d65408b664b44035 Mon Sep 17 00:00:00 2001 From: Umang Kumar <63496183+umg-kmr@users.noreply.github.com> Date: Thu, 6 Jul 2023 16:13:04 +0530 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1cb11da..d34387d 100644 --- a/README.md +++ b/README.md @@ -20,4 +20,6 @@ python MI_Main.py The code will output a 'EOS_Name.dat' file in the output directory and the execution time on the screen. The output file structure is as follows: -> Mass ($M_\odot$), \ Radius(Km), \ $\Lambda$, \ Moment of Inertia ($kg \ m^2$) +> Mass ($M_\odot$), Radius(Km), $\Lambda$, Moment of Inertia ($kg \ m^2$) + +You can now either write your own code to visualise the data or use the provided jupyter notebooks in the 'notebooks' directory.