From 6ef1caa1a70e37b07540a655a373085d26294c06 Mon Sep 17 00:00:00 2001 From: SPalato <7659022+spalato@users.noreply.github.com> Date: Mon, 7 Oct 2024 22:08:58 +0200 Subject: [PATCH] Update README.md --- README.md | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a2b7ccd..f6c9e68 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,10 @@ hard coded, read from a file, or computed from ancillary algorithms (for example, diagonalizing a site basis to an exciton basis). `Julia` can call code written in `C`, `Fortran` and `python`. +The best way to get started using the code for modeling is to look at supplied +examples. See the `/examples/` folder and the [Examples section](#Examples) +below. + TODO ==== -- [x] Handle ground states easily. (Default lineshape functions in case they're missing) -- [x] Compilation to LUT +- [ ] Update python scripts to remove deprecation warnings +- [ ] Tidy up python dependencies +- [ ] Tidy up julia dependencies + +