File: README

package info (click to toggle)
abinit 9.10.4-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 518,712 kB
  • sloc: xml: 877,568; f90: 577,240; python: 80,760; perl: 7,019; ansic: 4,585; sh: 1,925; javascript: 601; fortran: 557; cpp: 454; objc: 323; makefile: 77; csh: 42; pascal: 31
file content (73 lines) | stat: -rw-r--r-- 2,578 bytes parent folder | download
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
post-processing tools
=====================

- AbinitBandStructureMaker.py  ***** no longer used or maintained *****
    Plot a band structure from an output file.

- ab_extended_scissors_guess.py
    Get the eigenvalues from an abinit _EIG.nc netcdf file. 

- abinit_eignc_to_bandstructure.py
    Plot the bandstructure from _EIG.nc file.

- dynamic_pol.f
    Compute the frequency-dependent polarisability from the TDDFT output.

- ElectronPhononCoupling
    Python module to analyze electron-phonon related quantities such as
    temperature dependence, zero-point motion renormalization and broadening.

- get_irreps.py
    Find the irreducible representation to which the Gamma phonons belong.

- matLab_data_analysis/
    Various scripts for MaLab treatment of the output.

- merge_ddb_nc.py 
    Merge several DDB.nc files, belonging to the same q-point.

- phondisp2abi.py
    Calculate frozen phonon frequencies, free energies, etc...

- plot_bandstructure.py
    Plot the bandstructure from _EIG.nc file.

- plot_bs.py
    Plot the electronic bandstructure, the zero-point motion renormalization
    and the broadening from a _EP.nc file.

- rf_mods.py
    Module conting the classes required by the "temperature_para.py" and
   "plot_bs.py" scripts

- rf_mods_seq.py
    Sequential version to be used if the memory required is too large

- temperature_para.py
    Compute the temperature dependence, zero-point motion renormalization 
    and broadening from _EIGR2D.nc and _EIGI2D.nc files. This script 
    produces a _EP.nc file that can be later used.

- temperature_para_seq.py
    Sequential version to be used if the memory required is too large

- wannier_bandstructure.py
    Plot the bandstructure from _EIG.nc file.

- Raman_spec.py
    Determines the Raman spectra from the anaddb output file as a function 
    of frequency.  With version 0.4 the user creates a simple input file to run
    the script. Examples are given with in the script itself.  After finding the
    anaddb output file it extracts the raman matrix. The code is documented
    internally.

- Elastic_debye.py
    Determines the derived elastic properties (Bulk, Young's Modulus, Debye
    Temperature, Thermal Conductivity @300K from Slack, etc) from the anaddb
    output file. Program is documented internally.


- compare_phbands.py
    Script to plot the phonon band structure and compare with the LWF phonon
    band structure from the anaddb output file. The code is documented internally.
    --help option is also available.