From 7c30f6250516b7e007d75b053794db9d4f819c4d Mon Sep 17 00:00:00 2001 From: BOULANGEOT Nathan <nathan.boulangeot@univ-lorraine.fr> Date: Wed, 12 Jun 2024 21:05:04 +0000 Subject: [PATCH] Update tool.py --- codes/tool.py | 1 - 1 file changed, 1 deletion(-) diff --git a/codes/tool.py b/codes/tool.py index b536607..0e9c1cf 100644 --- a/codes/tool.py +++ b/codes/tool.py @@ -55,7 +55,6 @@ def pos_to_relax(poscar_file,n=20): b=cell[1,1] c=cell[2,2] #maillage - n=20 Xpos=[i*a/n for i in range(n)] Ypos=[i*b/n for i in range(n)] -- GitLab