From e49231fede78c400ab060be2f876972552e37f92 Mon Sep 17 00:00:00 2001 From: Lory Wang <73797936+LoryWangxx@users.noreply.github.com> Date: Tue, 3 Oct 2023 14:03:06 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 51ca19d0..c20301c8 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,6 @@ You are all set! Now in your VASP input folder, run the calculation by: `finetun ### Usage -If you have an ASE atoms object, see example [1](https://github.com/ulissigroup/finetuna/blob/main/examples/online_al_example.py) and [2](https://github.com/ulissigroup/finetuna/blob/main/examples/online_al_beef_example.py). +If you have an ASE atoms object, see example [1](https://github.com/ulissigroup/finetuna/blob/main/examples/online_al/online_al_example.py) and [2](https://github.com/ulissigroup/finetuna/blob/main/examples/beef/online_al_beef_example.py). If you have VASP input files (INCAR, KPOINTS, POTCAR, and POSCAR), see example [3](https://github.com/ulissigroup/finetuna/tree/main/finetuna/vasp_wrapper).