quantum-espresso/atomic
Paolo Giannozzi 6edef47848 POINTER => ALLOCATABLE
The old restriction on allocatable arrays in derived type no longer applies,
so all pointers in the derived-type upf variables are converted to allocatable
2020-04-30 15:43:04 +00:00
..
Doc A few more changes so that "make gui" creates a functional PWgui. 2019-03-01 23:44:12 +01:00
examples Add KLI implementation and examples 2018-07-17 18:31:44 +02:00
pseudo_library Web page address updated. 2012-08-19 15:15:07 +00:00
src POINTER => ALLOCATABLE 2020-04-30 15:43:04 +00:00
KLI.md Add KLI implementation and examples 2018-07-17 18:31:44 +02:00
Makefile Protective if 2016-10-01 13:46:12 +00:00
README Added info to download pslibrary in the atomic README file. 2013-03-15 08:35:03 +00:00

README

This is the distribution of the "atomic"  code for electronic structure 
atomic calculations and pseudo-potentials generation.

The "atomic"  code, maintained by Andrea Dal Corso (SISSA, Trieste) 
is the result of several additions to the original ld1 code by
P. Giannozzi (http://www.fisica.uniud.it/~giannozz/software.html) 
for pseudopotential generation. The major additions are:

a) Generation and test of norm-conserving and ultrasoft pseudo-potentials
   with the Rappe-Rabe-Kaxiras-Joannopoulos (RRKJ) recipe
   ( Phys. Rev. B41, 1227 (1990); Phys. Rev. B 44, 13175 (1991) )
b) Generation of fully relativistic pseudo-potentials including 
   spin-orbit coupling.
c) Generation of PAW dataset. Based on the original implementation by 
   G. Fratesi with several additions by R. Mazzarello and L. Paulatto.

A general introduction on (norm-conserving) pseudopotential generation
can be found in file pseudo-gen.pdf (LaTex source in pseudo-gen.tex). 
Input variables are described in files INPUT_LD1.txt, INPUT_LD1.html
in the directory Doc/ of the Quantum ESPRESSO distribution.
Directories all-electron/, pseudo-gen/, pseudo-test/,
contain tests for the three modes of operation, respectively:
all-electron run, pseudo-potential generation, pseudo-potential testing. 
Directories pseudo_library/ and paw_library/ contain input data used 
for pseudopotential generation of many elements.
A more extended set of input data is now available from the
pslibrary project. Please see the web page 
http://qe-forge.org/gf/project/pslibrary and click on Files to download 
the library.

All the material included in this distribution is free software;
you can redistribute it and/or modify it under the terms of the GNU
General Public License as published by the Free Software Foundation;
either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details.

You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
675 Mass Ave, Cambridge, MA 02139, USA.