NEB at gamma (NEB/pwgneb.x) is now available.

Problem with starting_magnetization in NEB code fixed
Misc documentation updates
chdens : fixed XCRYSDENS output (Tone)


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@443 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
giannozz 2003-12-04 11:41:08 +00:00
parent 7649da5ee6
commit 7fcd5e1a3c
4 changed files with 6 additions and 10 deletions

View File

@ -364,7 +364,7 @@ program chdens
( at(1,2) == 0.d0 .and. at(3,2) == 0.d0) .and. &
( at(1,3) == 0.d0 .and. at(2,3) == 0.d0)
if (output_format == 3) then
if (output_format == 5) then
!
! XCRYSDEN FORMAT
!

View File

@ -234,11 +234,7 @@ SUBROUTINE iosys
END IF
lsda = ( nspin == 2 )
!noncolin = ( nspin == 4 )
IF (noncolin) THEN
WRITE( stdout,*) 'noncolin = true'
ELSE
WRITE( stdout,*) 'noncolin = false'
ENDIF
WRITE( stdout, '(/,5X,"noncolin = ",L1)' ) noncolin
! starting_magnetization(ia) = -2.d0 means "not set" -- set it to 0
DO ia = 1, ntyp
IF (starting_magnetization(ia) == -2.d0) &

View File

@ -64,8 +64,8 @@ MODULEFLAG= -nomodule -I $(OSHOME)/Modules -I$(OSHOME)/PW -I $(OSHOME)/PH
# Loader:
#
# The following is for Intel MKL libraries v. 5.1 on Pentium-3
# Use libmkl_p3.a for Pentium-3, libmkl_p4.a for Pentium-4 machines
# (MKL will not work for other CPUs like Athlon)
# Use libmkl_p3.a for Pentium-3 and Athlon CPUs
# Use libmkl_p4.a for Pentium-4 and Opteron CPUs
LIBS= $(FFTW_LIB) /opt/intel/mkl/lib/32/libmkl_lapack.a \
/opt/intel/mkl/lib/32/libmkl_p3.a -lpthread
# For MKL v. 5.2 add "-lguide"

View File

@ -59,8 +59,8 @@ CCFLAGS = $(CPPFLAGS) -O3 -fomit-frame-pointer
# Loader:
#
# The following is for Intel MKL libraries v. 5.1 on Pentium-3
# Use libmkl_p3.a for Pentium-3, libmkl_p4.a for Pentium-4 machines
# (MKL will not work for other CPUs like Athlon)
# Use libmkl_p3.a for Pentium-3 and Athlon CPUs
# Use libmkl_p4.a for Pentium-4 and Opteron CPUs
#
LIBS= $(FFTW_LIB) /opt/intel/mkl/lib/32/libmkl_lapack.a \
/opt/intel/mkl/lib/32/libmkl_p3.a -lpthread