File: README

package info (click to toggle)
phonopy 2.47.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 29,380 kB
  • sloc: python: 43,690; xml: 12,080; ansic: 3,227; cpp: 525; sh: 213; makefile: 20
file content (17 lines) | stat: -rw-r--r-- 645 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Si example with 'SYMMETRY = .FALSE.'. Normally disabling symmetry is not useful. So the reason this setting exists is for the test, which whould depend on each detailed reason.

Usage:

A set of supercells with displacements and its disp.yaml are created by

% phonopy --dim="2 2 2" -d --nosym

There are 12 displacements, which means 6 directions for each atom in the input unit cell. FORCE_SETS is created by

% phonopy -f vasprun_xmls/disp-{001..012}/vasprun.xml

Phonopy should be run with 'SYMMETRY = .FALSE.' or '--nosym'.

% phonopy mesh.conf

The result of the phonopy calculation may be compared with the example found in Si directory.