quantum-espresso/PW/tools
Paolo Giannozzi 375ec5073e Added MINpuT 2024-11-30 09:13:54 +01:00
..
MINpuT.ipynb Added MINpuT 2024-11-30 09:13:54 +01:00
MINpuT.py Added MINpuT 2024-11-30 09:13:54 +01:00
Makefile fix Makefile 2021-12-29 16:08:39 +09:00
README Added MINpuT 2024-11-30 09:13:54 +01:00
README_MINpuT.txt Added MINpuT 2024-11-30 09:13:54 +01:00
castep2qe.sh Uniform definition of Bohr in PW/tools wrt Modules/constants.f90 2018-08-23 16:38:48 +02:00
cell2ibrav.f90 The guessing of the Bravais lattice wasn't working in at least one case 2020-06-08 18:56:13 +02:00
cif2qe.sh cif2qe.sh: Fix two typos in the sg atom position mode. 2021-12-17 14:38:26 +00:00
ev.f90 Let's not call it chi^2 if it is not 2021-04-19 10:26:45 +02:00
graphene.cif Added MINpuT 2024-11-30 09:13:54 +01:00
graphene_hBN.in Added MINpuT 2024-11-30 09:13:54 +01:00
hBN.cif Added MINpuT 2024-11-30 09:13:54 +01:00
ibrav2cell.f90 Message made more explicit 2020-09-09 11:55:20 +02:00
kpoints.f90 [skip-CI] Print units of generated k-points 2023-08-08 16:49:01 +02:00
md_analyzer.sh PW/src PW/tools compiling makedeps updated 2011-12-14 17:33:33 +00:00
pwi2xsf.f90 Tackle GNU warnings. 2021-06-11 23:29:34 -05:00
pwi2xsf.sh Tools converting pw.x input and output to xsf extended to work with NEB data 2016-02-15 15:45:06 +00:00
pwo2xsf.sh Uniform definition of Bohr in PW/tools wrt Modules/constants.f90 2018-08-23 16:38:48 +02:00
qeout2axsf.sh Uniform definition of Bohr in PW/tools wrt Modules/constants.f90 2018-08-23 16:38:48 +02:00
rism1d.f90 merge RISM-code 2021-12-29 16:07:10 +09:00
scan_ibrav.f90 Better name 2021-04-19 12:03:27 +02:00
system.cif Added MINpuT 2024-11-30 09:13:54 +01:00
xsf2pwi.sh [skip-CI] executables should be executable 2020-10-15 21:17:38 +02:00

README

This directory contains a collection of simple tools for specific tasks.
Most codes run interactively and contain their (essential) documentation.

ev.x : 
 Reads a file containing 2 columns: lattice parameter (or volume) and
 the corresponding total energy, fits the data to the specified EOS
 (equation of states), computes the optimized lattice parameter,
 bulk modulus and more. With contributions by Eyvaz Isaev

kpoints.x : 
 Produces sets of uniform k-points grid, centered or not centered at k=0,
 reduced by the symmetry of the crystal, for usage in the pw.x input

ibrav2cell.x :
  Computes the cell vectors from parameters ibrav and celldm(1-6),
  as used by pw.x and cp.x; optionally, the cell may be rotated.

cell2ibrav.x :
  The inverse of the above: finds ibrav and celldm(1-6) from the three input
  crystal axis. May fail if the input cell vectors are rotated or weird

scan_ibrav.x :
  A more sophisticated and more robust version of cell2ibrav.x,
  should work for a much wider set of cases

rism1d.x:
  For RISM-1d calculations, same input as pw.x or cp.x

pwi2xsf.sh / pwo2xsf.sh :
  Converts a pw.x input or output to the xcrysden format

xsf2pwi.sh :
  The inverse of pwi2xsf.sh

qeout2axsf.sh :
  Converts pw.x output to animated xcrysden file

cif2qe.sh :
  Generates a pw.x format from the crystal structure in a cif file 

castep2qe.sh :
  Convert a CASTEP input to pw.x

md_analyzer.sh :
  Reads the pw.x output of a MD run and prints, for each step,
  total, kinetic and potential energies, and temperature

README_MINpuT.txt :
  Description of MINpuT, Structure generation for MINT calculations,
  by Drake Niedzielski, Eli Gerber, Yanjun Liu, Eun-Ah Kim, Tomás Arias