Skip to content
Snippets Groups Projects
Commit 4a626da5 authored by adaramo2's avatar adaramo2
Browse files

Edit SB_xyz.py

parent 17692469
No related branches found
No related tags found
No related merge requests found
......@@ -123,7 +123,7 @@ def main():
# Move the generated .xyz file to the DFT_box folder and rename it.
original_xyz = f"{filename}append.xyz"
new_xyz = f"{filename}.xyz"
new_xyz = f"{filename}acc.xyz"
source_path = os.path.join(base_dir, original_xyz)
target_path = os.path.join(target_dir, new_xyz)
if os.path.exists(source_path):
......@@ -143,4 +143,4 @@ def main():
current_i += step
if __name__ == "__main__":
main()
main()
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment