Skip to content

Commit

Permalink
code review part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
sblackburn-mila committed Feb 23, 2024
1 parent b4e0c39 commit bf01d7b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crystal_diffusion/data/parse_lammps_outputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def parse_lammps_output(lammps_dump: str, lammps_thermo_log: str, output_name: s
Args:
lammps_dump: LAMMPS output file
lammps_thermo_log: LAMMPS
lammps_thermo_log: LAMMPS thermodynamic variables output file
output_name: name of parsed output written by the script
"""
if not os.path.exists(lammps_dump):
Expand Down
2 changes: 1 addition & 1 deletion data/lammps_input_example.lammps
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ mass 1 28.0855
group Si type 1

pair_style sw
pair_coeff * * data/si.sw Si
pair_coeff * *si.sw Si

velocity all create ${T} 62177

Expand Down
2 changes: 1 addition & 1 deletion data/run_lammps_example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
TEMPERATURE=300
BOX_SIZE=1

lmp < data/lammps_input_example.lammps -v STEP 10 -v T $TEMPERATURE -v S $BOX_SIZE
lmp < lammps_input_example.lammps -v STEP 10 -v T $TEMPERATURE -v S $BOX_SIZE

0 comments on commit bf01d7b

Please sign in to comment.