Commit Graph

331 Commits

Author SHA1 Message Date
giannozz be52103a27 All filenames => 80 char
All directories=> 80 char
Filenames + directories + other => 256
---------------------------------------------------------------


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@154 c92efa57-630b-4861-b058-cf58834340f0
2003-04-12 19:25:08 +00:00
degironc ee14f0ed3c small I/O fix in projwave: ios is undefined for all nodes but the first,
thus execute the call to errore based on ios value only for the first node.


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@151 c92efa57-630b-4861-b058-cf58834340f0
2003-04-09 15:54:09 +00:00
giannozz ab5b6af5e5 D3/Makefile : missing add_efield added
cegterg, regterg: use GEMM instead of GEMV, do not require
any longer evc, et to be dimensioned nbndx (et is now
dimensioned (nbnd,nkstot)) - misc. cleanup

Il calcolo di (H-eS)*psi ('update') nella diagonalizzazione iterativa
prendeva un tempo esagerato. L'ho modificata in modo da usare prodotti
matrice-matrice su tutti gli psi invece che matrice-vettore su ogni
psi, se piu' di 1/4 dei vettori non e' a convergenza. La cosa e' fatta
a naso e richiede ulteriori di prove, ma mi sembra che apporti dei
miglioramenti.

In TODO ho messo una lista di cose da fare.


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@145 c92efa57-630b-4861-b058-cf58834340f0
2003-04-07 12:55:29 +00:00
dalcorso 513f48608f Introdotto il calcolo del dipolo di cariche localizzate al centro della
cella unitaria in chdens (utile solo per molecole isolate).
Introdotta la possibilita' di aggiungere un potenziale a forma di dente
di sega al potenziale degli ioni per simulare un campo elettrico
finito. (by J. Tobik)


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@141 c92efa57-630b-4861-b058-cf58834340f0
2003-04-03 15:35:36 +00:00
giannozz 96ea2f812f Do not restart bfgs from previous results if restart_mode='from_scratch'
(this time correct)
BEWARE: tmp_dir => outdir in all namelists and examples
misc. cleaning


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@138 c92efa57-630b-4861-b058-cf58834340f0
2003-03-27 15:47:30 +00:00
giannozz a0cc0b1d7e - call to dvqpsi_us in PH/elphon.f90 updated with recent
recent changes (could cause core dump)
- local_dos.f90 compilation error in parallel case
- more mpi_bcast => mp_bcast, misc. cleaning


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@131 c92efa57-630b-4861-b058-cf58834340f0
2003-03-21 16:20:59 +00:00
dalcorso 84c529b4d3 Inizializzata fast3d.
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@128 c92efa57-630b-4861-b058-cf58834340f0
2003-03-19 18:02:56 +00:00
giannozz 4754cbcb87 data for preprocessing on parallel machines can be read from standard input
problem when reading local potential on ibm-sp3 fixed


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@123 c92efa57-630b-4861-b058-cf58834340f0
2003-03-14 10:22:48 +00:00
giannozz 7c0d2d8bef "configure" bug for pc cluster and intel 6
Make.rules_cpp => Rules.cpp, Make.rules_nocpp => Rules.nocpp
lapack_mkl.f added, __MKL removed
Make.{fujutsu,sxcross}, compile error in restart.f90 (Guido)
electrons, punch_band, plot_bands: use the same format
for reading and writing eigenvalues


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@119 c92efa57-630b-4861-b058-cf58834340f0
2003-03-10 14:49:21 +00:00
degironc bbe296e287 PDOS for l=3 are now allowed
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@118 c92efa57-630b-4861-b058-cf58834340f0
2003-03-10 10:58:49 +00:00
giannozz c128a37fe2 duplicated routines in lapack removed
Makefile in PP, PH, D3, Gamma fixed


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@117 c92efa57-630b-4861-b058-cf58834340f0
2003-03-08 16:35:47 +00:00
degironc 43d92374c7 3 mar 2003 PP/dos.f90: density of state is written in #state/eV vs eV
(it was written in #state/ryd vs eV) .
             PP/projwave.f90: pwojwfc.x writes on standard output projections
               on atomic states in a "human-readable" format, it writes
               atomic-projected dos on files with self-explanatory names
               ( such as 'prefix'.pdos_atm#1(Ni)_wfc#2(d) in example8 ).
               A variable io_choice= {'standard' | 'files' | 'both'} in
               the namelist specifies where output is written.
             example8: generation of pdos added to the example.
             example1-9:  modified so that 'cd results' statement is
               executed before 'rm -f $TMP_DIR' one ... Otherwise defining
               the current directory as TMP_DIR would result in removal of
               all files in the example directory.


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@111 c92efa57-630b-4861-b058-cf58834340f0
2003-03-03 11:51:04 +00:00
giannozz 5542a00340 Misc. installation and doc fixes
T3D, T3E, __CRAY => __T3E  ; PC => __LINUX


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@99 c92efa57-630b-4861-b058-cf58834340f0
2003-02-27 13:59:04 +00:00
degironc f07110cdb3 27 feb 2003 Bug in PW/new_ns.f90 (Lixin He) fixed
Symmetrization of occupation matrix ns needed for LDA+U
             calculations used incorrectly d2 matrices instead of their
             transponse. Similar error corrected also in PP/projwave.f90


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@97 c92efa57-630b-4861-b058-cf58834340f0
2003-02-27 10:00:00 +00:00
giannozz afb4531f8e Bug in Gamma/raman.f90 fixed
Bug in PP/work_function.f90 fixed (sort of)
LIB, LIBS => LIBS in all Makefiles


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@91 c92efa57-630b-4861-b058-cf58834340f0
2003-02-24 20:53:26 +00:00
cavazzon d16e2e87f7 - AIX changed in __AIX
- Machine file Make.ibmsp now is common to all codes,
  Make.cp.ibmsp removed


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@90 c92efa57-630b-4861-b058-cf58834340f0
2003-02-23 11:34:24 +00:00
giannozz 9e3a2de758 Support for lahey compiler added: "error" renamed to "errore", "rnd" to "rndx"
bug in io_base fixed
PARA => __PARA
cinterpolate moved into interpolate


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@86 c92efa57-630b-4861-b058-cf58834340f0
2003-02-21 14:57:00 +00:00
dalcorso e57b78c664 Introduced the possibility to plot |psi|^2 * sign(psi) for real wavefunctions
at the Gamma point.  (ADC)


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@85 c92efa57-630b-4861-b058-cf58834340f0
2003-02-19 17:15:39 +00:00
cavazzon 92b9450601 Makefiles and Make.sys files changed,
now everywhere the linker is "LD" and the linker flags are "LDFLAGS"


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@76 c92efa57-630b-4861-b058-cf58834340f0
2003-02-14 23:36:46 +00:00
giannozz 6f411ee88e Compilation error fixed
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@69 c92efa57-630b-4861-b058-cf58834340f0
2003-02-14 08:15:41 +00:00
degironc 5cfeb5079b 10 feb 2003 lda+u stuff modified in order to work also for non-d
localized orbitals. Hubbard_l=0,1,2,3 are now possible.
             It has been tested that calculations done for Hubbard_l=2
             are reproduced. More testing on non-d material needed.
             SdG + Gabriele Balducci


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@57 c92efa57-630b-4861-b058-cf58834340f0
2003-02-10 08:58:33 +00:00
giannozz d852392cab module allocate, calls to mallocate, mfree removed
pointers replaced by allocatable whenever possible


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@56 c92efa57-630b-4861-b058-cf58834340f0
2003-02-07 16:04:36 +00:00
giannozz 90645c698b Ultimi dettagli, 1.2.0
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@35 c92efa57-630b-4861-b058-cf58834340f0
2003-01-29 09:37:09 +00:00
degironc 5ee4ae4e6d formattazione piu` leggibile qui e la
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@33 c92efa57-630b-4861-b058-cf58834340f0
2003-01-29 08:17:04 +00:00
giannozz 1a70ac59e9 New chdens from Tone
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@30 c92efa57-630b-4861-b058-cf58834340f0
2003-01-28 18:47:19 +00:00
giannozz 43433b42cd Manuale, dynmat.f90, copyright, misc
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@29 c92efa57-630b-4861-b058-cf58834340f0
2003-01-28 12:28:11 +00:00
giannozz 76abd7d345 More manual updates
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@26 c92efa57-630b-4861-b058-cf58834340f0
2003-01-27 18:05:35 +00:00
giannozz 99d3a31e2e Makefiles modified to work if some directory is missing
INSTALL file added, pwdocs/INSTALL.obsolete obsoleted,
README worth reading, misc. cleaning


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@20 c92efa57-630b-4861-b058-cf58834340f0
2003-01-25 18:05:41 +00:00
giannozz 9ff317d9f7 Ancora piccoli problemi con i Makefiles
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@17 c92efa57-630b-4861-b058-cf58834340f0
2003-01-23 18:01:27 +00:00
giannozz 4ae5fada80 Ancora Makefiles e affini - PG
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@16 c92efa57-630b-4861-b058-cf58834340f0
2003-01-23 16:30:59 +00:00
giannozz ac9f2144c0 O-sesame
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@2 c92efa57-630b-4861-b058-cf58834340f0
2003-01-19 21:58:50 +00:00