Skip to content
Snippets Groups Projects
Commit 902b3f04 authored by Johanna Zijderveld's avatar Johanna Zijderveld
Browse files

also change tutorial link and change second math equation slightly

parent 27198990
No related branches found
No related tags found
No related merge requests found
Pipeline #184853 passed
......@@ -12,7 +12,7 @@ $$
and computes the mean-field correction $\hat{V}_{\text{MF}}$ which approximates the interaction term:
$$
\hat{V} \approx \hat{V}\_{\text{MF}} =\sum_{ij} \tilde{v}\_{ij} c^{\dagger}\_{i} c_{j}.
\hat{V} \approx \hat{V}^{\text{MF}} =\sum_{ij} \tilde{v}\_{ij} c_{i}^{\dagger} c_{j}.
$$
For more details, refer to the [theory overview](https://meanfi.readthedocs.io/en/latest/documentation/mf_notes.html) and [algorithm description](https://meanfi.readthedocs.io/en/latest/documentation/algorithm.html).
......@@ -51,7 +51,7 @@ mf_correction = meanfi.solver(model, guess)
h_mf = meanfi.add_tb(h_0, mf_correction)
```
For more details and examples on how to use the package, we refer to the [tutorials](docs/source/tutorial/hubbard_1d.md).
For more details and examples on how to use the package, we refer to the [tutorials](https://meanfi.readthedocs.io/en/latest/tutorial/hubbard_1d.html).
## Why `MeanFi`?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment