File: README

package info (click to toggle)
espresso 6.7-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 311,068 kB
  • sloc: f90: 447,429; ansic: 52,566; sh: 40,631; xml: 37,561; tcl: 20,077; lisp: 5,923; makefile: 4,503; python: 4,379; perl: 1,219; cpp: 761; fortran: 618; java: 568; awk: 128
file content (23 lines) | stat: -rw-r--r-- 762 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
This example tests the use of ph.x to calculate a part of the dynamical matrix. 

The calculation proceeds as follows:

1) make a self-consistent calculation for CH4 at the Gamma point
   (input=ch4.scf.in, output=ch4.scf.out).

2) make a phonon calculation at the Gamma point and calculate all the modes
   just for comparison.
   (input=ch4.phG.in, output=ch4.phG.out).

3) make a phonon calculation at the Gamma point and calculate only the mode
   with A1 symmetry.
   (input=ch4.phA1.in, output=ch4.phA1.out).

4) make a phonon calculation at the Gamma point and calculate only the
   modes with E symmetry. 
   (input=ch4.phE.in1, output=ch4.phE.out1).

5) recover previous calculation and finish the E mode.
   (input=ch4.phE.in2, output=ch4.phE.out2).