Skip to content

Commit

Permalink
Update lammps.py
Browse files Browse the repository at this point in the history
  • Loading branch information
williamyxl authored Oct 4, 2023
1 parent 9d716cd commit 0c66788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mofa/simulation/lammps.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def __init__(self, lammps_command: str = "npt_tri", lmp_sims_root_path: str = "l
Args:
lammps_command: lammps simulation type, default: "npt_tri"
lmp_sims_root_path: output directory, default: "lmp_sims"
cif_files_root_path: input directory to look for cif files: "cif_files"
cif_files_root_path: input directory to look for cif files, default: "cif_files"
Returns:
None
"""
Expand Down

0 comments on commit 0c66788

Please sign in to comment.