File: elk.in

package info (click to toggle)
elkcode 5.4.24-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 12,840 kB
  • sloc: f90: 48,415; fortran: 22,457; perl: 965; makefile: 384; sh: 369; python: 105; ansic: 67
file content (43 lines) | stat: -rw-r--r-- 1,114 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43

! Density of states of TiC resolved into irreducible representations. When
! lmirep is set to .true., the Y_lm basis is transformed into one in which the
! site symmetries are block diagonal. The band characters determined from the
! density matrix expressed in this basis correspond therefore to irreducible
! representations (IR).

! In this example, we want the e_g and t_2g resolved DOS for the Ti atom. The
! ELMIREP.OUT file contains a set of eigenvalues, the degeneracies of which
! allow for easy identification of the IR. For l = 2, the 3-fold degeneracy is
! the t_2g IR, while the 2-fold is the e_g IR. Adding together curves 5, 6 and 7
! in the file PDOS_S01_A0001.OUT will give the t_2g plot, and adding curves 8
! and 9 will give the e_g plot.

tasks
  0
  10

lmirep
  .true.

avec
  0.5  0.5  0.0
  0.5  0.0  0.5
  0.0  0.5  0.5

scale
  8.1787

sppath
  '../../../species/'

atoms
  2                                 : nspecies
  'Ti.in'                           : spfname
  1                                 : natoms; atposl below
  0.0  0.0  0.0
  'C.in'
  1
  0.5  0.5  0.5

ngridk
  8  8  8