|
536 | 536 | SYSTEMS["Tags"].append(['bulk', 'gga', 'nonorth', 'mlff1', 'md_nvkg'])
|
537 | 537 | SYSTEMS["Tols"].append([1e-5, 5e-4, 0.5]) # E_tol(Ha/atom), F_tol(Ha/Bohr), stress_tol(%)
|
538 | 538 | ##################################################################################################################
|
| 539 | +SYSTEMS["systemname"].append('HfSe2_cyclix_mlff') |
| 540 | +SYSTEMS["directory"].append("./mlff/") |
| 541 | +SYSTEMS["Tags"].append(['bulk', 'gga', 'nonorth', 'mlff1', 'md_nvkg','cyclix']) |
| 542 | +SYSTEMS["Tols"].append([1e-5, 5e-4, 0.5]) # E_tol(Ha/atom), F_tol(Ha/Bohr), stress_tol(%) |
| 543 | +################################################################################################################## |
| 544 | +SYSTEMS["systemname"].append('WSe2_cyclix_mlff') |
| 545 | +SYSTEMS["directory"].append("./mlff/") |
| 546 | +SYSTEMS["Tags"].append(['bulk', 'gga', 'nonorth', 'mlff1', 'md_nvkg','cyclix']) |
| 547 | +SYSTEMS["Tols"].append([1e-5, 5e-4, 0.5]) # E_tol(Ha/atom), F_tol(Ha/Bohr), stress_tol(%) |
| 548 | +################################################################################################################## |
539 | 549 | # < Uncomment 3 lines below and fill in the details for the new systems>
|
540 | 550 | # SYSTEMS["systemname"].append('??type the system name??')
|
541 | 551 | # SYSTEMS["Tols"].append([??type the E_tol, F_tol and stress_tol separated by comma??]) # E_tol(Ha/atom), F_tol(Ha/Bohr), stress_tol(%)
|
@@ -2693,7 +2703,7 @@ def WriteReport(data_info, systems, isparallel, ifVHQ, isorient):
|
2693 | 2703 | ################### Printing #############################################################
|
2694 | 2704 | f_report = open("Report.txt",'w')
|
2695 | 2705 | f_report.write("*************************************************************************** \n")
|
2696 |
| - f_report.write("* TEST REPORT (Version 19 August 2024) *\n* Date: "+date_time+" * \n") |
| 2706 | + f_report.write("* TEST REPORT (Version 20 March 2025) *\n* Date: "+date_time+" * \n") |
2697 | 2707 | f_report.write("*************************************************************************** \n")
|
2698 | 2708 | f_report.write("Tests Passed: "+str(passtests)+"/"+str(passtests+failtests)+"\n")
|
2699 | 2709 | f_report.write("Tests Failed: "+str(failtests)+"/"+str(passtests+failtests)+"\n")
|
|
0 commit comments