Go to file
ballabio ffed0c9be2 small change in output format [Gerardo]
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@1069 c92efa57-630b-4861-b058-cf58834340f0
2004-07-14 14:23:51 +00:00
CPV trivial bugfixes [Gerardo] 2004-07-13 17:36:44 +00:00
D3 Misc. cleanup; a few redundant routines moved to flib; 2004-07-02 16:24:48 +00:00
GUI Fixed a bug concerning "make veryclean". 2004-04-29 16:55:45 +00:00
Gamma Some obvious and needed checks were missing from phonon codes 2004-07-08 10:23:24 +00:00
Modules - New kind of calculation cp-wf added 2004-07-07 15:23:47 +00:00
PH small change in output format [Gerardo] 2004-07-14 14:23:51 +00:00
PP Misc. cleanup; a few redundant routines moved to flib; 2004-07-02 16:24:48 +00:00
PW Cleanup and fixes of minor errors in phonon. 2004-07-09 15:50:50 +00:00
PWCOND NEB+NEC=bug (fixed) 2004-07-06 13:49:28 +00:00
atomic More cleanup 2004-07-13 21:09:01 +00:00
atomic_doc Documentation updated 2004-07-13 17:32:22 +00:00
clib *** empty log message *** 2004-06-25 17:28:48 +00:00
examples regenerated examples [Gerardo] 2004-07-13 17:06:51 +00:00
flib Misc. cleanup; a few redundant routines moved to flib; 2004-07-02 16:24:48 +00:00
include Missing variable in parallel + doc update 2004-06-29 08:12:47 +00:00
install Missing file added 2004-07-14 13:25:27 +00:00
pseudo Added the pseudopotential of Carbon for example2. 2004-06-14 16:30:58 +00:00
pwtools indeces => indices 2004-07-05 21:09:07 +00:00
upftools Machine-dependent definitions are now contained in two different files (both in /include): 2004-06-25 17:25:37 +00:00
INSTALL Added support for HP Itanium machines 2004-04-07 16:00:23 +00:00
License O-sesame 2003-01-19 21:58:50 +00:00
Makefile Added ld1.x to the list of executables in bin. 2004-07-09 15:52:24 +00:00
README small fixes/cleanup [Gerardo] 2004-06-10 14:58:51 +00:00
README.configure small fixes/cleanup [Gerardo] 2004-06-10 14:58:51 +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 Misc. cleanup; a few redundant routines moved to flib; 2004-07-02 16:24:48 +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 added (partial) support for Cray X1 (contributed by Roberto Ansaloni) 2004-07-14 10:21:04 +00:00
configure.ac added (partial) support for Cray X1 (contributed by Roberto Ansaloni) 2004-07-14 10:21:04 +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 Misc. cleanup; a few redundant routines moved to flib; 2004-07-02 16:24:48 +00:00
makedeps.sh make raman creates now the executable ram.x in directory Raman 2004-05-27 12:30:14 +00:00
moduledep.sh fixed problem with uppercase module names [Gerardo] 2003-11-21 09:53:37 +00:00
release.sh adapting to tkpwscf --> pwgui change 2004-02-20 15:21:16 +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)
examples/  Contains sample input and output files

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
GUI/ or PWgui-*/ Source files for the GUI (GUI/ for CVS sources, while
                 PWgui-*/ for the tarball *.tar.gz).
                 GUI = Graphical User Interface "PWgui", written by 
		 Anton Kokalj (http://www-k3.ijs.si/kokalj/pwgui/)

Directory structure of the CP package:

CPV/       Source files
cpdocs/    documentation, ChangeLog, etc

Directory structure of the FPMD package:

FPMD/      Source files

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.