Go to file
sbraccia 8ff8da31ac The error message is no longer written on /dev/stderr (on linux clusters), but only on unit *.
C.S.


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@1197 c92efa57-630b-4861-b058-cf58834340f0
2004-09-01 08:59:35 +00:00
CPV - more mergings between CP and FPMD 2004-08-27 10:20:42 +00:00
D3 small modifications in saving fildrho 2004-08-26 14:20:10 +00:00
Doc more little cosmetic changes [Gerardo] 2004-08-31 16:25:02 +00:00
GUI Makefile updated. C.S. 2004-08-26 11:17:51 +00:00
Gamma Old Raman code renamed to avoid confusion 2004-08-25 16:44:46 +00:00
Modules Again path code cleanup. C.S. 2004-08-31 07:30:24 +00:00
Nmr Calculation of the Chemical shift tensor in NMR experiment 2004-08-20 13:46:08 +00:00
PH writting Z* in proper way 2004-08-27 09:00:02 +00:00
PP Misc small changes 2004-08-26 09:33:01 +00:00
PW Some compilers complain for double colon after EXTERNAL. 2004-08-27 08:29:48 +00:00
PWCOND Makefiles and examples updated 2004-08-25 09:54:04 +00:00
atomic More cleanup 2004-07-13 21:09:01 +00:00
atomic_doc Add exemple on Si for the generation of pseudopotentials and reconstruction 2004-08-20 15:04:16 +00:00
clib Support for mac-osx added (contributed by Pascal Thibaudeau) 2004-08-09 16:35:51 +00:00
examples Updating example15 2004-08-26 17:26:48 +00:00
flib The error message is no longer written on /dev/stderr (on linux clusters), but only on unit *. 2004-09-01 08:59:35 +00:00
include Fixed a couple of bugs and added missing definitions for unix-ALPHA. 2004-08-27 08:26:57 +00:00
install improved check for blas [Gerardo] 2004-08-30 12:18:03 +00:00
pseudo Misc small changes 2004-08-26 09:33:01 +00:00
pwtools *** empty log message *** 2004-08-26 16:29:43 +00:00
upftools "matches" and "capital" are in flib now 2004-08-17 20:03:12 +00:00
License O-sesame 2003-01-19 21:58:50 +00:00
Makefile Some version of make does not appreciate comments on a command line. 2004-08-27 08:51:51 +00:00
README Support for mac-osx added (contributed by Pascal Thibaudeau) 2004-08-09 16:35:51 +00:00
README.configure small fixes/cleanup [Gerardo] 2004-06-10 14:58:51 +00:00
README.cvs Minor correction 2004-08-30 20:04:33 +00:00
README.install Support for mac-osx added (contributed by Pascal Thibaudeau) 2004-08-09 16:35:51 +00:00
TODO Documentation update 2004-08-27 14:23:09 +00:00
config.guess added autoconf-based configure (file "configure.new") and related files 2003-11-13 13:35:10 +00:00
config.sub added autoconf-based configure (file "configure.new") and related files 2003-11-13 13:35:10 +00:00
configure improved check for blas [Gerardo] 2004-08-30 12:18:03 +00:00
configure.ac improved check for blas [Gerardo] 2004-08-30 12:18:03 +00:00
configure.old Added support for HP Itanium machines 2004-04-07 16:00:23 +00:00
install-sh added autoconf-based configure (file "configure.new") and related files 2003-11-13 13:35:10 +00:00
make.rules.in added autoconf-based configure (file "configure.new") and related files 2003-11-13 13:35:10 +00:00
make.sys.in bugfix for configure on AIX [Gerardo] 2004-08-20 13:15:35 +00:00
makedeps.sh add Nmr directory 2004-08-20 13:46:40 +00:00
moduledep.sh fixed problem with uppercase module names [Gerardo] 2003-11-21 09:53:37 +00:00
release.sh oops... 2004-08-09 16:43:41 +00:00

README

This is the distribution of the ESPRESSO suite of codes (ESPRESSO: 
opEn-Source Package for Research in Electronic Structure, Simulation, 
and Optimization), promoted by the DEMOCRITOS National Simulation Center 
of the Italian INFM (http://www.democritos.it). It contains the following 
codes for density-functional theory calculations of electronic structure,
based on plane waves and pseudopotentials:

- the PWscf package, developed by Stefano Baroni, Stefano de Gironcoli, 
  Andrea Dal Corso (SISSA, Trieste), Paolo Giannozzi (Scuola Normale,
  Pisa) and others: see http://www.pwscf.org for more information

- the CP code, developed by Alfredo Pasquarello (IRRMA, Lausanne),
  Kari Laasonen (Oulu), Andrea Trave (UCBerkeley), Roberto Car
  (Princeton), Paolo Giannozzi, Nicola Marzari (MIT) and others,
  for Car-Parrinello variable-cell molecular dynamics 

- the FPMD code, developed by Carlo Cavazzoni (CINECA, Bologna),
  Sandro Scandolo (ICTP, Trieste), Guido Chiarotti (SISSA, Trieste), 
  Paolo Focher, Gerardo Ballabio and others, for Car-Parrinello 
  variable-cell molecular dynamics.

Several utilities are also included, in particular:

- a GUI (Graphical User Interface) for generating input data files,
  written by Anton Kokalj (IJS Ljubljana) (for more info, see 
  http://www-k3.ijs.si/kokalj/pwgui , http://www-k3.ijs.si/kokalj/guib/)

- a pseudopotential generation code, written by Andrea Dal Corso

This distribution is a step in the ongoing work aiming at a full 
integration and interoperability of these codes. This project is 
part of a cooperative effort involving DEMOCRITOS, CINECA, Princeton 
University, University of Pennsylvania, New York University, IBM 
Corporation, University of Illinois at Urbana-Champaign.

Directory structure of the common part of the three packages:

Modules/   Source file for modules that are common to all programs
include/   files *.h included by fortran source files
clib/      external libraries written in C
flib/      external libraries written in Fortran
install/   machine-dependent makefiles and tools for compilation
           and installation
pseudo/    pseudopotential files used by examples
upftools/  Source files for converters to unified pseudopotential
           format (UPF)
examples/  Contains sample input and output files
Doc/       Documentation

Directory structure of the PWscf package:

PW/        Source files for scf calculations (pw.x)
PH/        Source files for phonon calculations (ph.x)
PP/        Source files for post-processing of pw.x data file
Gamma/     Source files for Gamma-only phonon calculation (phcg.x)
D3/        Source files for third-order derivative calculations (d3.x)
PWCOND/    Source files for conductance calculations (pwcond.x)
PWNC/      Source files for scf calculations with noncolinear magnetism (pwnc.x)
pwtools/   Source files for post-processing of ph.x results,
           miscellaneous analysis programs

CPV/       Source files for CP

FPMD/      Source files for FPMD

GUI/ or PWgui-*/ Source files for the GUI (GUI/ for CVS sources, while
                 PWgui-*/ for the tarball *.tar.gz).

atomic/    Source files for the pseudopotential generation package
atomic_doc/ Documentation, tests and examples for the above

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.

These programs are distributed in the hope that they 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.