Go to file
giannozz 384b771828 Berry-Phase calculation in parallel fixed for npool = 1,
program stops if npool > 1.  Misc doc updates


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@614 c92efa57-630b-4861-b058-cf58834340f0
2004-02-18 14:28:27 +00:00
CPV outdir added to the path of the output and restart files, 2004-02-17 09:53:14 +00:00
D3 14 feb 2004 LDA+U: variable starting_ns_eigenvalue has been added in 2004-02-14 08:39:34 +00:00
GUI adding the GUI (to start with see the GUI/README file) 2004-02-18 11:29:17 +00:00
Gamma 14 feb 2004 LDA+U: variable starting_ns_eigenvalue has been added in 2004-02-14 08:39:34 +00:00
Modules deallocation statements added to CPV 2004-02-16 09:53:00 +00:00
PH 14 feb 2004 LDA+U: variable starting_ns_eigenvalue has been added in 2004-02-14 08:39:34 +00:00
PP 14 feb 2004 LDA+U: variable starting_ns_eigenvalue has been added in 2004-02-14 08:39:34 +00:00
PW Berry-Phase calculation in parallel fixed for npool = 1, 2004-02-18 14:28:27 +00:00
PWCOND 14 feb 2004 LDA+U: variable starting_ns_eigenvalue has been added in 2004-02-14 08:39:34 +00:00
clib deallocation statements added to CPV 2004-02-16 09:53:00 +00:00
flib Oops, zgesvd added where it is needed (together with many other routines) 2004-02-11 10:10:08 +00:00
include Singular Value Decomposition used in extrapolate_wfc: 2004-02-10 14:54:54 +00:00
install removed TOPDIR from make.sys, using .. instead [Gerardo] 2004-02-18 10:35:30 +00:00
pseudo Added the pseudopotential for the NEBexample. 2004-01-22 15:07:18 +00:00
pwtools Yet another bug fixed in the path interpolator. 2004-02-18 13:22:07 +00:00
upftools Cleanup [Gerardo] 2003-12-02 15:47:00 +00:00
INSTALL small enhancements [Gerardo] 2004-02-16 17:30:59 +00:00
License O-sesame 2003-01-19 21:58:50 +00:00
Makefile oops ... now it works 2004-02-06 12:02:47 +00:00
README Berry-Phase calculation in parallel fixed for npool = 1, 2004-02-18 14:28:27 +00:00
README.configure Examples and documentation updated 2004-02-13 15:27:30 +00:00
README.cvs Version number centralized in Modules/version.f90, updated to 1.3.0 2003-08-29 17:15:25 +00:00
TODO check_constrain weirdness fixed - maybe 2004-02-17 09:44:28 +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 removed TOPDIR from make.sys, using .. instead [Gerardo] 2004-02-18 10:35:30 +00:00
configure.ac removed TOPDIR from make.sys, using .. instead [Gerardo] 2004-02-18 10:35:30 +00:00
configure.old Examples updated, misc 2004-02-06 10:37:30 +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 removed TOPDIR from make.sys, using .. instead [Gerardo] 2004-02-18 10:35:30 +00:00
makedeps.sh Tabs removed (again) 2004-01-05 18:11:01 +00:00
moduledep.sh fixed problem with uppercase module names [Gerardo] 2003-11-21 09:53:37 +00:00

README

This is the distribution of codes for electronic structure calculations
promoted by the DEMOCRITOS National Simulation Center of the Italian
INFM (http://www.democritos.it). It includes all or part of the following:

- 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

This 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)

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
pwdoc/     documentation for PWscf, ChangeLog, etc
pw_examples/ contains sample input and output files

Directory structure of the CP code:

CPV/       Source files
cpdocs/    documentation, ChangeLog, etc
cp_examples/ contains sample input and output files

Directory structure of the FPMD code:

FPMD/      Source files
cp_examples/ contains sample input and output files (common with CP)

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.