From 34242f16b2dda6d1a3b152c2432cccf0d0640125 Mon Sep 17 00:00:00 2001 From: Johanna <johanna@zijderveld.de> Date: Tue, 7 May 2024 16:54:25 +0200 Subject: [PATCH] change titles of tutorials --- docs/source/graphene_example.md | 2 +- docs/source/hubbard_1d.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/graphene_example.md b/docs/source/graphene_example.md index 4d38ec5..4228ba8 100644 --- a/docs/source/graphene_example.md +++ b/docs/source/graphene_example.md @@ -11,7 +11,7 @@ kernelspec: name: python3 --- -# Graphene and extended Hubbard +# Graphene with interactions ## The physics diff --git a/docs/source/hubbard_1d.md b/docs/source/hubbard_1d.md index b5b8094..bb07ff8 100644 --- a/docs/source/hubbard_1d.md +++ b/docs/source/hubbard_1d.md @@ -11,7 +11,7 @@ kernelspec: name: python3 --- -# 1d Hubbard +# 1D Hubbard on spin chain To simulate how the package can be used to simulate infinite systems, we show how to use it with a tight-binding model in 1 dimension. We exemplify this by computing the ground state of an infinite spinful chain with onsite interactions. -- GitLab