Skip to content

Commit

Permalink
Removing some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
beyzalisesivdin committed Jul 5, 2023
1 parent cefb504 commit f5ffd51
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions gpawsolve.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
[
Expand All @@ -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"

Expand Down

0 comments on commit f5ffd51

Please sign in to comment.