quantum-espresso/upftools/HGH2QE/README

26 lines
741 B
Plaintext

---$$$$$ HGH/NLCC to UPF Conversion $$$$$---
This program is for conversion of HGH/NLCC pseudopotential to
UPF format to be used in Quantum Espresso
Since the psp file of the elements do not have the rhoatom values
you have to provide the values as a separate file from which it is
interpolated.Hence,at present the value is provided from the already
existing files in the QE website.
How to use it:-
1) Compile hgh2qe.f90 and lininterpol.f90 together
> gfortran hgh2qe.f90 lininterpol.f90
2) Copy the psppar file psppar.<element> to psppar
> cp pspp.file psppar
3) Copy the rhoatom (4 columns) from the website to rhoatom.dat
> cp rhoatom_file rhoatom.dat
4) Execute the executible
> ./a.out | tee OUT_FILE
Santanu and Stefan