Question about the theory of free energy minimization #369
Replies: 2 comments 7 replies
|
Hi, yes, the dyn.save_qe saves both dyn = CC.Phonons.Phonons("my_dyn")
dyn.structure.save_scf("my_structure.scf")The structure will be saved in the standard espresso file format. You can also save it in cif via As the "CIF" extension, all standard file formats supported by ASE should work out of the box. |
|
Hi, @mesonepigreco I have a question about performing DFT calculations for minimization with different DFT packages. Using QE: Using VASP: Why does this happen with VASP? |









Hi, yes, the dyn.save_qe saves both$\Phi$ and $\mathcal R$ , and, indeed, it represets the equilibrium configuration at the specified temperature.
To access the structure, you can load the dynamical matrices saved at the end of the minimization and export it as
The structure will be saved in the standard espresso file format. You can also save it in cif via
As the "CIF" extension, all standard file formats supported by ASE should work out of the box.