From 06b3e84af05f29cef5bc3f6b1a28b90053f69f1b Mon Sep 17 00:00:00 2001
From: AndresOrtegaGuerrero
Date: Thu, 28 Nov 2024 16:18:04 +0000
Subject: [PATCH] adapting the NOTE to the same style as in the periodicity
widget
---
src/aiidalab_qe/common/widgets.py | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/src/aiidalab_qe/common/widgets.py b/src/aiidalab_qe/common/widgets.py
index d7061ad63..51e2536eb 100644
--- a/src/aiidalab_qe/common/widgets.py
+++ b/src/aiidalab_qe/common/widgets.py
@@ -507,8 +507,12 @@ def __init__(self, title="", **kwargs):
These are used to distinguish atoms of the same chemical element.
For example, they can be used to assign different initial magnetization values for antiferromagnetic systems.
-
- Note: Atom indices are 1-based (first atom has index 1, second atom has index 2, ...).
+
NOTE:
+
+ - Atom indices start from 1, not 0. This means that the first atom in the list is numbered 1, the second atom is numbered 2, and so on.
+
+
+ Note:
"""
),