Skip to content

Commit 4597da6

Browse files
committed
Now also the dynamical matrix and the final sscha structure are saved in output.
1 parent 0b68c9d commit 4597da6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/sscha

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,8 @@ minim.finalize(2)
148148

149149
# Save the final dynamical matrix
150150
print ("Saving the final dynamical matrix in %s" % (minim.dyn_path + "_popuation%d_" % minim.population))
151-
minim.dyn.save_qe(minim.dyn_path + "_population%d_" % minim.population)
151+
minim.dyn.save_qe('final_sscha_dyn_pop%d' % minim.population)
152+
minim.dyn.structure.save_scf('final_sscha_structure_pop%d.scf' % minim.population)
152153

153154
# Plot the results
154155
minim.plot_results(args.save_data, args.plot)

0 commit comments

Comments
 (0)