From affe6b05586f4e15ac5e798d9636ed573d25ad32 Mon Sep 17 00:00:00 2001 From: Hertz4 <88074238+Hertz4@users.noreply.github.com> Date: Fri, 5 Jul 2024 13:21:02 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8837246..613eef4 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ pip install adapol See the detailed [documentation](https://flatironinstitute.github.io/adapol/) for physical background, algorithms and user manual. # Examples -In the `examples` directory, we provide two examples [`discrete.ipynb`](https://github.com/Hertz4/adapol/blob/main/example/discrete.ipynb) and [`semicircle.ipynb`](https://github.com/Hertz4/adapol/blob/main/example/semicircle.ipynb), showcasing how to use `adapol` for both discrete spectrum and continuous spectrum. +In the `tutorial` page, we provide two examples [`discrete.ipynb`](https://flatironinstitute.github.io/adapol/latest/tutorials/discrete.html) and [`semicircle.ipynb`](https://flatironinstitute.github.io/adapol/latest/tutorials/semicircle.html), showcasing how to use `adapol` for both discrete spectrum and continuous spectrum. In these notebooks, we also demonstrate how to use our code through the triqs interface.