Skip to content

Commit 2b87b02

Browse files
add melted output
1 parent 7831c8e commit 2b87b02

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

job.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
python run.py -m EAM_Dynamo_ErcolessiAdams_1994_Al__MO_123629422045_006 -p A_cF4_225_a -s Al
2-
python run.py -m EAM_Dynamo_AcklandMendelevSrolovitz_2004_FeP__MO_884343146310_005 -p A2B_hP9_189_fg_ad -s Fe P
2+
python run.py -m EAM_Dynamo_AcklandMendelevSrolovitz_2004_FeP__MO_884343146310_006 -p A2B_hP9_189_fg_ad -s Fe P
33
python run.py -m Tersoff_LAMMPS_MunetohMotookaMoriguchi_2007_SiO__MO_501246546792_000 -p A2B_hP9_154_c_a -s O Si
44
python run.py -m MEAM_LAMMPS_JeongParkDo_2018_PdAl__MO_616482358807_002 -p AB_hR26_148_a2f_b2f -s Al Pd
55
python run.py -m Sim_LAMMPS_Buckingham_MatsuiAkaogi_1991_TiO__SM_690504433912_000 -p A2B_tP6_136_f_a -s O Ti

test_driver/helper_functions.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ def run_lammps(modelname: str, temperature_K: float, pressure_bar: float, timest
7373
"average_cell_filename": "output/average_cell.dump",
7474
"write_restart_filename": restart_filename,
7575
"trajectory_filename": "output/trajectory.lammpstrj",
76-
"msd_threshold": msd_threshold_angstrom_squared_per_hundred_timesteps
76+
"msd_threshold": msd_threshold_angstrom_squared_per_hundred_timesteps,
77+
"melted_crystal_output": "output/melted_crystal.dump"
7778
}
7879

7980
command = (

0 commit comments

Comments
 (0)