• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

MakefileH A D30-Nov-20201.7 KiB5439

READMEH A D30-Nov-20201.2 KiB3726

bs.awkH A D30-Nov-20202 KiB5548

castep2qe.shH A D30-Nov-20203.4 KiB137120

cell2ibrav.f90H A D30-Nov-20202 KiB5737

cif2qe.shH A D30-Nov-202016.4 KiB482420

ev.f90H A D30-Nov-202018.9 KiB578428

ibrav2cell.f90H A D30-Nov-20202.7 KiB8759

kpoints.f90H A D30-Nov-20207.8 KiB260196

make.dependH A D30-Nov-2020550 1716

md_analyzer.shH A D30-Nov-20202.7 KiB7740

mv.awkH A D30-Nov-2020492 109

pwi2xsf.f90H A D30-Nov-202020.2 KiB571401

pwi2xsf.shH A D30-Nov-20203.3 KiB12573

pwo2xsf.shH A D30-Nov-202012.5 KiB487353

qeout2axsf.shH A D30-Nov-20203.3 KiB9166

scan_ibrav.f90H A D30-Nov-20206.2 KiB201154

xsf2pwi.shH A D30-Nov-2020957 5643

README

1A collection of simple tools for specific tasks:
2
3ev.x :
4 Run interatively. It reads a file containing 2 columns: lattice parameter and
5 corresponding total energy, it gives in output optimized lattice parameter,
6 bulk modulus and more.
7 Contributions by Eyvaz Isaev
8
9dist.x :
10 Same input as pw.x, find distances, nearest neighbors, angles taking into
11 account periodicity - now a link to pw.x
12
13ibrav2cell.x :
14  read a &system namelist containing only ibrav and celldm(1..6) (same meaning as in pw.x and cp.x)
15  prints on standard output the unit cell in Bohr
16
17cell2ibrav.py :
18  python script that takes a unit cell in Bohr or Angstrom units and find the value
19  of ibrav and celldm(1..6) that generate it. Run 'cell2ibrav.py -h' for help.
20  (it works in the stupidest way possible, by checking all of them, it uses ibrav2cell.x)
21
22pwi2xsf.sh, pwo2xsf.sh :
23  convert a pw.x input or output to the xcrysden format
24
25qeout2axsf.sh :
26  convert pw.x output to aniimated xcrysden file
27
28cif2qe.sh :
29  generate a pw.x format from the crystal structure in a cif file
30
31castep2qe.sh :
32  convert a CASTEP input to pw.x
33
34md_analyzer.sh :
35  it reads the pw.x output of an md run and prints, for each step, total, kinetic and potential energies, and temperature
36
37