From f5ffd513e27f71cb84795e1213acfd5f46f31ffa Mon Sep 17 00:00:00 2001 From: beyzalisesivdin <89262648+beyzalisesivdin@users.noreply.github.com> Date: Wed, 5 Jul 2023 18:32:11 +0300 Subject: [PATCH] Removing some comments --- gpawsolve.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/gpawsolve.py b/gpawsolve.py index 0f292ba..c2ee59a 100755 --- a/gpawsolve.py +++ b/gpawsolve.py @@ -1480,7 +1480,7 @@ def convert_atoms_to_phonopy(atoms): MPI_cores = 4 # This is for gg.py. Not used in this script. # ------------------------------------------------------------- - # Bulk Configuration + # Default Bulk Configuration # ------------------------------------------------------------- bulk_configuration = Atoms( [ @@ -1497,10 +1497,6 @@ def convert_atoms_to_phonopy(atoms): pbc=True, ) - # ------------------------------------------------------------- - # /////// YOU DO NOT NEED TO CHANGE ANYTHING BELOW \\\\\\\ - # ------------------------------------------------------------- - # Version __version__ = "v23.7.1b1"