From dfee8d3361779b726839d060c2d5ca2f80867ee5 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