• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..17-Mar-2021-

FORCES_FC3H A D17-Mar-2021349.8 KiB7,4377,436

POSCAR-unitcellH A D17-Mar-2021726 1616

READMEH A D17-Mar-20211.3 KiB2110

disp_fc3.yamlH A D17-Mar-202116.2 KiB331330

README

1This is the example of silicon calculation. The supercell is 2x2x2 of the conventinal unit cell. The VASP calculation was made for force calculations with 300 eV, 2x2x2 off-Gamma-centre k-point sampling mesh for the supercell, and PBE. Silicon crystal is F-centre, so there is the transformation matrix from the conventinal unit cell to the primitive cell.
2
3To create fc3.hdf5 and fc2.hdf5,
4
5% phono3py --dim="2 2 2" --sym-fc -c POSCAR-unitcell
6
7Using 11x11x11 sampling mesh, lattice thermal conductivity is calculated by
8
9% phono3py --dim="2 2 2" --pa="0 1/2 1/2 1/2 0 1/2 1/2 1/2 0" -c POSCAR-unitcell --mesh="11 11 11" --fc3 --fc2 --br
10
11kappa-m111111.hdf5 is written as the result. The lattice thermal conductivity is calculated as 119.3 W/m-K at 300 K. This becomes, with 19x19x19 sampling mesh, 132.4 W/m-K.
12
13Accumulated lattice thermal conductivity is calculated using 'phono3py-kaccum' script.
14
15% phono3py-kaccum --mesh="11 11 11" --pa="0 1/2 1/2 1/2 0 1/2 1/2 1/2 0" POSCAR-unitcell kappa-m111111.hdf5 |tee kaccum.dat
16
17
18The file 'vasprun_xmls.tar.lzma' in this example contains vasprun.xml's that are used to generate FORCES_FC3. To test the FORCES_FC3 generation, after decompressing this file, the following command is executed at current directory:
19
20% phono3py --cf3 vasprun_xmls/disp-{00001..00111}/vasprun.xml
21