From 9c319db81b8bdca2d77334db7c8bb3e02f301d96 Mon Sep 17 00:00:00 2001 From: GAUDRY Emilie <emilie.gaudry@univ-lorraine.fr> Date: Thu, 15 Aug 2024 12:40:29 +0000 Subject: [PATCH] Update file AEM_image.py --- Minimum_Working_Exemple/AEM_image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Minimum_Working_Exemple/AEM_image.py b/Minimum_Working_Exemple/AEM_image.py index 60e2abb..9e90c8e 100644 --- a/Minimum_Working_Exemple/AEM_image.py +++ b/Minimum_Working_Exemple/AEM_image.py @@ -10,7 +10,7 @@ plt.rcParams['axes.linewidth'] = 1.5 def read_regu_all(result_path): - #Eslab and mu are the energy of the slab and the adsorbate alone. + #Eslab and mu are the energies (in eV) of the slab and the adsorbate alone. #It needs to be manually changed to get the adsorption energy Eads=Etot-Eslab-mu Eslab=-33.14301679*4 mu = -6.762788/2 -- GitLab