From 6171f800c7bdbb671a3b91bcad3f9b4b49561379 Mon Sep 17 00:00:00 2001
From: Kostas Vilkelis <kostasvilkelis@gmail.com>
Date: Tue, 7 May 2024 13:27:35 +0200
Subject: [PATCH] define tb keys through hopping vectors

---
 pymf/tb/utils.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pymf/tb/utils.py b/pymf/tb/utils.py
index 8ef99cd..123b559 100644
--- a/pymf/tb/utils.py
+++ b/pymf/tb/utils.py
@@ -14,7 +14,7 @@ def generate_guess(
     Parameters
     ----------
     tb_keys :
-       List of tight-binding dictionary keys the guess contains.
+       List of hopping vectors (tight-binding dictionary keys) the guess contains.
     ndof :
         Number internal degrees of freedom within the unit cell.
     scale :
-- 
GitLab