phonopy/example/Cu-QHA
Atsushi Togo d0cb626b0f Refactoring using formatter 2021-10-17 08:11:06 +09:00
..
POSCAR-00 Refactoring using formatter 2021-10-17 08:11:06 +09:00
POSCAR-01 Refactoring using formatter 2021-10-17 08:11:06 +09:00
POSCAR-02 Refactoring using formatter 2021-10-17 08:11:06 +09:00
POSCAR-03 Refactoring using formatter 2021-10-17 08:11:06 +09:00
POSCAR-04 Refactoring using formatter 2021-10-17 08:11:06 +09:00
POSCAR-05 Refactoring using formatter 2021-10-17 08:11:06 +09:00
POSCAR-06 Refactoring using formatter 2021-10-17 08:11:06 +09:00
POSCAR-07 Refactoring using formatter 2021-10-17 08:11:06 +09:00
POSCAR-08 Refactoring using formatter 2021-10-17 08:11:06 +09:00
POSCAR-09 Refactoring using formatter 2021-10-17 08:11:06 +09:00
POSCAR-10 Refactoring using formatter 2021-10-17 08:11:06 +09:00
README Fix Cu-QHA README 2019-04-03 22:57:43 +09:00
e-v.dat Update phonopy-qha to include electronic free energy and add its example Cu-QHA 2018-07-12 19:10:42 +09:00
fe-v.dat Update phonopy-qha to include electronic free energy and add its example Cu-QHA 2018-07-12 19:10:42 +09:00
thermal_properties.yaml-00 Refactoring using formatter 2021-10-17 08:11:06 +09:00
thermal_properties.yaml-01 Refactoring using formatter 2021-10-17 08:11:06 +09:00
thermal_properties.yaml-02 Refactoring using formatter 2021-10-17 08:11:06 +09:00
thermal_properties.yaml-03 Refactoring using formatter 2021-10-17 08:11:06 +09:00
thermal_properties.yaml-04 Refactoring using formatter 2021-10-17 08:11:06 +09:00
thermal_properties.yaml-05 Refactoring using formatter 2021-10-17 08:11:06 +09:00
thermal_properties.yaml-06 Refactoring using formatter 2021-10-17 08:11:06 +09:00
thermal_properties.yaml-07 Refactoring using formatter 2021-10-17 08:11:06 +09:00
thermal_properties.yaml-08 Refactoring using formatter 2021-10-17 08:11:06 +09:00
thermal_properties.yaml-09 Refactoring using formatter 2021-10-17 08:11:06 +09:00
thermal_properties.yaml-10 Refactoring using formatter 2021-10-17 08:11:06 +09:00
vasprun.xmls.tar.lzma Update phonopy-qha to include electronic free energy and add its example Cu-QHA 2018-07-12 19:10:42 +09:00

README

Cu QHA example. VASP 5.4.4 was used with PBEsol as xc-functinal. PW-cutoff-energy 480 eV, Methefessel Paxton scheme with 0.2 eV smearing width, 16x16x16 k-point mesh for conventional unit cell, and 2x2x2 supercell were employed.

To run example with temperature independent electronic energy,

% phonopy-qha -p --tmax=1300 e-v.dat thermal_properties.yaml-{00..10}

or with temperature dependent electronic free energy

% phonopy-qha -p --tmax=1300 --efe fe-v.dat e-v.dat thermal_properties.yaml-{00..10}

The format of fe-v.dat file as follows. The first column gives temperatures. The remaining columns are for electronic free energies with different volumes. The order of columns (except for temperature colunm) has to correspond to that of thermal_properties.yaml files to be passed to phonopy-qha command, i.e., thermal_properties.yaml-{00..10} in the above example.

fe-v.dat was created from vasprun.xml's of unit cell electronic structure calculations by

    energy(sigma->0) - energy(T=0) + energy(T) - entropy(T) * T

where energy(sigma->0) is that found in VASP result, and energy(T) and entropy(T) are computed at fixed electronic DOS and eigenvalues obtained from VASP results with Fermi-Dirac distribution. A script to do this is prepared. fe-v.dat and e-v.dat are created by

% phonopy-vasp-efe --tmax=1500 vasprun.xml-{00..10}

vasprun.xml-{00..10} are obtained by unzipping vasprun.xmls.tar.lzma.