Skip to content

Commit

Permalink
Update lammps.py
Browse files Browse the repository at this point in the history
  • Loading branch information
williamyxl authored Sep 7, 2023
1 parent d621a5b commit 8718af0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mofa/simulation/lammps.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,5 @@ def run_molecular_dynamics(self, mof: ase.Atoms, timesteps: int, report_frequenc
if __name__ == "__main__":
LMPrunner = LAMMPSRunner(lammps_command="npt_tri", lmp_sims_root_path="lmp_sims", cif_files_root_path="cif_files")
test_file_index = 0
lmp_path = LMPrunner.prep_molecular_dynamics_single(os.path.join(LMPrunner.cif_files_root_path,
LMPrunner.cif_file_names[test_file_index]),
lmp_path = LMPrunner.prep_molecular_dynamics_single(LMPrunner.cif_file_names[test_file_index],
timesteps=200000, report_frequency=1000, stepsize_fs=0.5)

0 comments on commit 8718af0

Please sign in to comment.