documentataion updated

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@3118 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
giannozz 2006-05-12 10:06:25 +00:00
parent e5fc9f1c9b
commit 2682bb6c6a
2 changed files with 25 additions and 17 deletions

View File

@ -27,12 +27,10 @@ Oswaldo Dieguez (Rutgers) implemented Berry's phase calculations.
Ralph Gebauer (ICTP, Trieste) and Adriano Mosca Conte (SISSA, Trieste)
implemented noncolinear magnetism, AdC the spin-orbit.
Mickael Profeta (Paris VI) implemented electric-field gradients.
Carlo Sbraccia (Princeton) implemented NEB.
Carlo Sbraccia (Princeton) implemented NEB, Strings method, Metadynamics.
Alexander Smogunov (SISSA) and AdC implemented ballistic conductance.
Paolo Umari (MIT) implemented finite electric fields.
Xiaofei Wang (Princeton) and Carlo Sbraccia implemented META-GGA.
Renata Wentzcovitch (UMinn) implemented variable-cell molecular dynamics.
Yudong Wu (Princeton) and Carlo Sbraccia implemented Metadynamics.
The CP code is based on the original code written by Roberto Car and
Michele Parrinello. CP was developed by Alfredo Pasquarello (IRRMA,
@ -41,14 +39,13 @@ Lausanne), Kari Laasonen (Oulu), Andrea Trave (LLNL), Roberto Car
Also developed by former FPMD team: Carlo Cavazzoni,
Gerardo Ballabio (CINECA), Sandro Scandolo (ICTP),
Guido Chiarotti (SISSA), Paolo Focher, and others.
Yosuke Kanai (Princeton) implemented Fourier strings method.
Manu Sharma (Princeton) implemented dynamics with Wannier functions.
Yosuke Kanai (Princeton) implemented Strings method.
Carlo Sbraccia (Princeton) implemented NEB and Metadynamics.
Manu Sharma (Princeton) and Yudong Wu (Princeton) implemented maximally
localized Wannier functions and dynamics with Wannier functions.
Paolo Umari (MIT) implemented finite electric fields and conjugate gradients.
Paolo Umari and Ismaila Dabo (MIT) implemented ensemble-DFT.
Xiaofei Wang (Princeton) and Carlo Sbraccia (Princeton) implemented META-GGA.
Yudong Wu (Princeton) and Carlo Sbraccia implemented Metadynamics.
Yudong Wu and Manu Sharma implemented maximally localized Wannier
functions.
Xiaofei Wang (Princeton) implemented META-GGA.
The Autopilot feature was implemented by Targacept, Inc.
Gerardo Ballabio implemented "configure" for Quantum-Espresso.

View File

@ -156,10 +156,9 @@ section calculation with 2nd-order response.\\
-- Ralph Gebauer (ICTP, Trieste) and Adriano Mosca Conte (SISSA, Trieste)
implemented noncolinear magnetism, AdC the spin-orbit.\\
-- Mickael Profeta (Paris VI) implemented electric-field gradients.\\
-- Carlo Sbraccia (Princeton) implemented NEB. \\
-- Carlo Sbraccia (Princeton) implemented NEB, Strings method, Metadynamics.\\
-- Alexander Smogunov (SISSA) and AdC implemented ballistic conductance.\\
-- Paolo Umari (MIT) implemented finite electric fields.\\
-- Xiaofei Wang (Princeton) and Carlo Sbraccia implemented META-GGA.\\
-- Renata Wentzcovitch (UMinn) implemented variable-cell molecular dynamics.\\
-- Yudong Wu (Princeton) and Carlo Sbraccia implemented Metadynamics.
@ -170,15 +169,14 @@ Lausanne), Kari Laasonen (Oulu), Andrea Trave (LLNL), Roberto Car
FPMD team: Carlo Cavazzoni, Gerardo Ballabio (CINECA), Sandro Scandolo
(ICTP), Guido Chiarotti (SISSA), Paolo Focher, and others.
In particular:\\
-- Yosuke Kanai (Princeton) implemented Fourier strings method.\\
-- Manu Sharma (Princeton) implemented dynamics with Wannier functions.\\
-- Yosuke Kanai (Princeton) implemented Strings method.\\
-- Carlo Sbraccia (Princeton) implemented NEB and Metadynamics.\\
-- Manu Sharma (Princeton) and Yudong Wu (Princeton) implemented
maximally localized Wannier functions and dynamics with Wannier functions.\\
-- Paolo Umari (MIT) implemented finite electric fields and conjugate
gradients.\\
-- Paolo Umari and Ismaila Dabo (MIT) implemented ensemble-DFT.\\
-- Xiaofei Wang (Princeton) and Carlo Sbraccia (Princeton) implemented META-GGA.\\
-- Yudong Wu (Princeton) and Carlo Sbraccia implemented Metadynamics.\\
-- Yudong Wu and Manu Sharma implemented maximally localized Wannier
functions.\\
-- Xiaofei Wang (Princeton) implemented META-GGA.\\
-- The Autopilot feature was implemented by Targacept, Inc.
Gerardo Ballabio implemented "configure" for Quantum-Espresso.
@ -1378,6 +1376,19 @@ options and recompile. See also Axel Kohlmeyer's web site for more info.
If you are dissatisfied with the performances in parallel
execution, read the ``Parallelization issues'' section.
\paragraph{Mac OS X}
Compilation with \texttt{xlf} under Mac OSX 10.4 ("Tiger") may produce
the following linkage error:
\begin{verbatim}
ld: Undefined symbols:
_sprintf$LDBLStub
_fprintf$LDBLStub
_printf$LDBLStub
\end{verbatim}
Workaround: add \texttt{-lSystemStubs} to \texttt{LDFLAGS} in
\texttt{make.sys} (information by Fabrizio Cleri).
\paragraph{T3E}
T3D/T3E are no longer supported.