phonopy/example/diamond-dftb
Ben Hourahine 6d3687a669 Merge branch 'master' into dftb
Updated to the phonopy 1.14.2 release.
2019-01-10 12:33:28 +00:00
..
README Updated example README 2018-09-18 14:27:33 +01:00
band.conf Added DFTB+ input example 2018-09-18 08:29:51 +01:00
dftb_in.hsd Merge branch 'master' into dftb 2019-01-10 12:33:28 +00:00
geo.gen Added DFTB+ input example 2018-09-18 08:29:51 +01:00
results.tag Updated to use results.tag 2018-09-18 14:23:16 +01:00

README

This is an example of the use of the DFTB+ interface. An input is
given in the dftb_in.hsd file along with the conventional unit cell in
geo.gen. This example also requires the pbc-0-3 Slater-Koster
parameteters for carbon
(https://www.dftb.org/parameters/download/pbc/pbc-0-3-cc/).

1) Create the (one) displaced supercell structure(s):
   phonopy -d --dim="4 4 4" --dftb+ 

2) Run the supercell input with dftb+. This has been pre-calculated
   with DFTB+ version 18.2, with the required data stored in the file
   results.tag.

3) Collect the forces:
   phonopy -f results.tag --dftb+  ...

4) Calculate phonon dispersion data into band.yaml and save band.pdf:
   phonopy --dftb+ --dim="4 4 4" -p -s band.conf