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

..08-Jul-2021-

FORCE_CONSTANTSH A D08-Jul-2021840 KiB16,38616,385

OUTCARH A D08-Jul-20211.7 MiB22,41121,471

POSCARH A D08-Jul-20214 KiB7271

POSCAR-unitcellH A D08-Jul-2021764 1615

READMEH A D08-Jul-2021626 189

band.confH A D08-Jul-2021179 65

vasprun.xmlH A D08-Jul-20211.2 MiB2,1132,112

README

1This is the README file for NaCl phonon calculation with DFPT functional of VASP code.
2
3POSCAR in this directory is created as SPOSCAR using the unit cell POSCAR by
4
5% phonopy -d --dim="2 2 2"
6
7This command may be ran in the other directory. Be careful that POSCAR in this direcotry is the supercell, not a unit cell.
8
9To obtain FORCE_CONSTANTS
10
11% phonopy --fc vasprun.xml
12
13Phonon analysis is done such as
14
15% phonopy -c POSCAR-unitcell -p band.conf
16
17Here you can not use POSCAR in this directory. Instead you have to use POSCAR-unitcell that is the original unit cell POSCAR used to create supercell POSCAR at the first step.
18