exciting-0.9.89
commit8758c6600b9458da6b34193485b4a2c8469b2af3
authorChristian Meisenbichler <ChristianMeisenbichler@unileoben.ac.at>
Mon, 1 Oct 2007 14:29:22 +0000 (1 16:29 +0200)
committerChristian Meisenbichler <ChristianMeisenbichler@unileoben.ac.at>
Mon, 1 Oct 2007 14:29:22 +0000 (1 16:29 +0200)
tree281822328c81b055be8eec06cf144c563b458e7f
parentcae350f57071444161f6833b77e07c3c95a7299d
exciting-0.9.89
-symmetry handling now greatly improved thanks to a very fruitful exchange visit by JKD and SS to the Uppsala group (Lars Nordström, Fredrik Bultmark, Francesco Cricchio and Sébastien Lebègue)
-all types of magnetic and non-magnetic cases now treated with all possible symmetries and k-point set reduction is maximised
-fixed bug in spin-spiral routine spotted by Francesco Cricchio who also improved the covering set for spherical harmonic transforms
-combined the EXCITING Users' and Developers' Guides into the EXCITING Manual and put the LaTeX source into main.f90
-changed the scissor correction usage back to pre-0.9.74 versions
-Sangeeta Sharma updated and tested optics and the magneto optical Kerr effect (MOKE)
-MOKE now uses task=122
-included MOKE example for Ni
-Sébastien Lebègue speeded up Brillouin zone integration by a factor of 2
-Sébastien Lebègue also added the Drude term to linear optics and (with SS) tested it against the Wien2k code
-renamed IAD.OUT to IADIST.OUT
-added more documentation to the code
-changed the anti-ferromagnetic example
-increased default vacuum to 10.0
-improved the species generation code
-included simple cubic Ununhexium as an example of how to make your own species files
-upgraded the internal BLAS and LAPACK libraries to version 3.1 (the code still works perfectly with version 3.0 though)
-the main code as well as Spacegroup now output both XCrySDen and V_Sim files for plotting the crystal structure
-lots of optimisations
408 files changed:
README
docs/exciting/exciting.pdf [new file with mode: 0644]
docs/logo/star.svg [new file with mode: 0644]
docs/spacegroup/spacegroup.pdf [new file with mode: 0644]
examples/C60/exciting.in
examples/Fe-AFM/exciting.in
examples/NaCl-monomer/exciting.in
examples/Ni-MOKE/exciting.in [new file with mode: 0644]
examples/Ununhexium/Uuh.in [copied from species/Bk.in with 71% similarity]
examples/Ununhexium/exciting.in [new file with mode: 0644]
examples/Ununhexium/species.dat [new file with mode: 0644]
setup
species/Ac.in
species/Ag.in
species/Al.in
species/Am.in
species/Ar.in
species/As.in
species/At.in
species/Au.in
species/B.in
species/Ba.in
species/Be.in
species/Bi.in
species/Bk.in
species/Br.in
species/C.in
species/Ca.in
species/Cd.in
species/Ce.in
species/Cf.in
species/Cl.in
species/Cm.in
species/Co.in
species/Cr.in
species/Cs.in
species/Cu.in
species/Dy.in
species/Er.in
species/Es.in
species/Eu.in
species/F.in
species/Fe.in
species/Fm.in
species/Fr.in
species/Ga.in
species/Gd.in
species/Ge.in
species/H.in
species/He.in
species/Hf.in
species/Hg.in
species/Ho.in
species/I.in
species/In.in
species/Ir.in
species/K.in
species/Kr.in
species/La.in
species/Li.in
species/Lr.in
species/Lu.in
species/Md.in
species/Mg.in
species/Mn.in
species/Mo.in
species/N.in
species/Na.in
species/Nb.in
species/Nd.in
species/Ne.in
species/Ni.in
species/No.in
species/Np.in
species/O.in
species/Os.in
species/P.in
species/Pa.in
species/Pb.in
species/Pd.in
species/Pm.in
species/Po.in
species/Pr.in
species/Pt.in
species/Pu.in
species/Ra.in
species/Rb.in
species/Re.in
species/Rf.in
species/Rh.in
species/Rn.in
species/Ru.in
species/S.in
species/Sb.in
species/Sc.in
species/Se.in
species/Si.in
species/Sm.in
species/Sn.in
species/Sr.in
species/Ta.in
species/Tb.in
species/Tc.in
species/Te.in
species/Th.in
species/Ti.in
species/Tl.in
species/Tm.in
species/U.in
species/V.in
species/W.in
species/Xe.in
species/Y.in
species/Yb.in
species/Zn.in
species/Zr.in
src/BLAS/Makefile
src/BLAS/dasum.f
src/BLAS/daxpy.f
src/BLAS/dcabs1.f
src/BLAS/dcopy.f
src/BLAS/ddot.f
src/BLAS/dgemm.f
src/BLAS/dgemv.f
src/BLAS/dger.f
src/BLAS/dnrm2.f
src/BLAS/dscal.f
src/BLAS/dspmv.f
src/BLAS/dspr.f
src/BLAS/dspr2.f
src/BLAS/dswap.f
src/BLAS/dsymv.f
src/BLAS/dsyr2.f
src/BLAS/dsyr2k.f
src/BLAS/dtpmv.f
src/BLAS/dtpsv.f
src/BLAS/dtrmm.f
src/BLAS/dtrmv.f
src/BLAS/dtrsm.f
src/BLAS/dznrm2.f
src/BLAS/idamax.f
src/BLAS/izamax.f
src/BLAS/lsame.f
src/BLAS/xerbla.f
src/BLAS/zaxpy.f
src/BLAS/zcopy.f
src/BLAS/zdotc.f
src/BLAS/zdotu.f
src/BLAS/zdscal.f
src/BLAS/zgemm.f
src/BLAS/zgemv.f
src/BLAS/zgerc.f
src/BLAS/zgeru.f
src/BLAS/zhemm.f
src/BLAS/zhemv.f
src/BLAS/zher2.f
src/BLAS/zher2k.f
src/BLAS/zherk.f
src/BLAS/zhpmv.f
src/BLAS/zhpr.f
src/BLAS/zhpr2.f
src/BLAS/zscal.f
src/BLAS/zswap.f
src/BLAS/ztpmv.f
src/BLAS/ztpsv.f
src/BLAS/ztrmm.f
src/BLAS/ztrmv.f
src/BLAS/ztrsm.f
src/BLAS/ztrsv.f
src/LAPACK/Makefile
src/LAPACK/dgesv.f
src/LAPACK/dgetf2.f
src/LAPACK/dgetrf.f
src/LAPACK/dgetri.f
src/LAPACK/dgetrs.f
src/LAPACK/dladiv.f
src/LAPACK/dlae2.f
src/LAPACK/dlaebz.f
src/LAPACK/dlaev2.f
src/LAPACK/dlagtf.f
src/LAPACK/dlagts.f
src/LAPACK/dlansp.f
src/LAPACK/dlanst.f
src/LAPACK/dlansy.f
src/LAPACK/dlapy2.f
src/LAPACK/dlapy3.f
src/LAPACK/dlarf.f
src/LAPACK/dlarfb.f
src/LAPACK/dlarfg.f
src/LAPACK/dlarft.f
src/LAPACK/dlarnv.f
src/LAPACK/dlartg.f
src/LAPACK/dlaruv.f
src/LAPACK/dlascl.f
src/LAPACK/dlaset.f
src/LAPACK/dlasr.f
src/LAPACK/dlasrt.f
src/LAPACK/dlassq.f
src/LAPACK/dlaswp.f
src/LAPACK/dlatrd.f
src/LAPACK/dopgtr.f
src/LAPACK/dopmtr.f
src/LAPACK/dorg2l.f
src/LAPACK/dorg2r.f
src/LAPACK/dorgql.f
src/LAPACK/dorgqr.f
src/LAPACK/dorgtr.f
src/LAPACK/dpptrf.f
src/LAPACK/dspevx.f
src/LAPACK/dspgst.f
src/LAPACK/dspgvx.f
src/LAPACK/dsptrd.f
src/LAPACK/dstebz.f
src/LAPACK/dstein.f
src/LAPACK/dsteqr.f
src/LAPACK/dsterf.f
src/LAPACK/dsyev.f
src/LAPACK/dsytd2.f
src/LAPACK/dsytrd.f
src/LAPACK/dtrti2.f
src/LAPACK/dtrtri.f
src/LAPACK/ieeeck.f
src/LAPACK/ilaenv.f
src/LAPACK/iparmq.f [new file with mode: 0644]
src/LAPACK/zgesv.f
src/LAPACK/zgetf2.f
src/LAPACK/zgetrf.f
src/LAPACK/zgetri.f
src/LAPACK/zgetrs.f
src/LAPACK/zheev.f
src/LAPACK/zheevx.f
src/LAPACK/zhegs2.f
src/LAPACK/zhegst.f
src/LAPACK/zhegvx.f
src/LAPACK/zhetd2.f
src/LAPACK/zhetrd.f
src/LAPACK/zhpevx.f
src/LAPACK/zhpgst.f
src/LAPACK/zhpgvx.f
src/LAPACK/zhptrd.f
src/LAPACK/zlacgv.f
src/LAPACK/zlacpy.f
src/LAPACK/zladiv.f
src/LAPACK/zlaev2.f
src/LAPACK/zlanhe.f
src/LAPACK/zlanhp.f
src/LAPACK/zlarf.f
src/LAPACK/zlarfb.f
src/LAPACK/zlarfg.f
src/LAPACK/zlarft.f
src/LAPACK/zlascl.f
src/LAPACK/zlaset.f
src/LAPACK/zlasr.f
src/LAPACK/zlassq.f
src/LAPACK/zlaswp.f
src/LAPACK/zlatrd.f
src/LAPACK/zpotf2.f
src/LAPACK/zpotrf.f
src/LAPACK/zpptrf.f
src/LAPACK/zstein.f
src/LAPACK/zsteqr.f
src/LAPACK/ztrti2.f
src/LAPACK/ztrtri.f
src/LAPACK/zung2l.f
src/LAPACK/zung2r.f
src/LAPACK/zungql.f
src/LAPACK/zungqr.f
src/LAPACK/zungtr.f
src/LAPACK/zunm2l.f
src/LAPACK/zunm2r.f
src/LAPACK/zunmql.f
src/LAPACK/zunmqr.f
src/LAPACK/zunmtr.f
src/LAPACK/zupgtr.f
src/LAPACK/zupmtr.f
src/Makefile
src/allatoms.f90
src/atom.f90
src/autoradmt.f90
src/bandchar.f90
src/brzint.f90
src/checkmt.f90
src/delevec.f90
src/dos.f90
src/dynqtor.f90
src/dynsym.f90
src/dynsymapp.f90
src/effmass.f90
src/elfplot.f90
src/energy.f90
src/exxengyk.f90
src/fderiv.f90
src/findkpt.f90
src/findprim.f90
src/findsym.f90 [new file with mode: 0644]
src/findsymcrys.f90
src/findsymlat.f90
src/findsymsite.f90 [new file with mode: 0644]
src/forcek.f90
src/gdft.f90
src/gencore.f90
src/genpmat.f90
src/genppts.f90 [new file with mode: 0644]
src/genvmatk.f90 [new file with mode: 0644]
src/genwfsv.f90 [new file with mode: 0644]
src/genwiq2.f90
src/genylm.f90
src/geomplot.f90 [new file with mode: 0644]
src/getevecfv.f90
src/getevecsv.f90
src/gndstate.f90
src/gradrf.f90
src/gwf2cr.f90
src/gwf2val.f90
src/hmlaa.f90
src/i3minv.f90 [new file with mode: 0644]
src/init0.f90
src/init1.f90
src/init2.f90
src/linengy.f90
src/linopt.f90
src/linoptk.f90 [new file with mode: 0644]
src/main.f90
src/modmain.f90
src/modxcifc.f90
src/moke.f90 [new file with mode: 0644]
src/mossbauer.f90
src/oepmain.f90
src/oepresk.f90
src/oepvnlk.f90
src/olpaa.f90
src/phcell.f90
src/phdisp.f90
src/phdos.f90
src/phonon.f90
src/potxc.f90
src/protex
src/r3cross.f90
src/r3frac.f90
src/rdirac.f90
src/rdiracint.f90
src/readinput.f90
src/reciplat.f90
src/rfarray.f90
src/rfinp.f90
src/rfmtinp.f90
src/rschrodint.f90
src/rvfcross.f90 [new file with mode: 0644]
src/sdelta_mp.f90
src/seceqn.f90
src/seceqnfv.f90
src/seceqnhf.f90
src/seceqnss.f90
src/seceqnsv.f90
src/spacegroup/Makefile
src/spacegroup/applyop.f90 [new file with mode: 0644]
src/spacegroup/findprim.f90
src/spacegroup/gencrystal.f90
src/spacegroup/geomplot.f90 [new file with mode: 0644]
src/spacegroup/main.f90
src/spacegroup/modmain.f90
src/spacegroup/r3cross.f90
src/spacegroup/r3dot.f90 [copied from src/spacegroup/r3cross.f90 with 53% similarity]
src/spacegroup/r3frac.f90
src/spacegroup/spacegroup.f90 [new file with mode: 0644]
src/species/Makefile
src/species/atom.f90
src/species/c_pbe.f90 [new file with mode: 0644]
src/species/c_pbe_gcor.f90 [new file with mode: 0644]
src/species/fderiv.f90
src/species/modxcifc.f90 [copied from src/modxcifc.f90 with 99% similarity]
src/species/rdirac.f90
src/species/rdiracint.f90
src/species/species.f90
src/species/x_pbe.f90 [new file with mode: 0644]
src/species/x_wc06.f90 [new file with mode: 0644]
src/species/xc_am05.f90 [copied from src/xc_am05.f90 with 87% similarity]
src/species/xc_pbe.f90 [copied from src/xc_pbe.f90 with 92% similarity]
src/species/xc_pwca.f90
src/species/xc_pzca.f90
src/species/xc_wc06.f90 [new file with mode: 0644]
src/species/xc_xalpha.f90 [copied from src/xc_xalpha.f90 with 94% similarity]
src/sphcover.f90
src/stheta_mp.f90
src/symrf.f90
src/symrfmt.f90
src/symrvf.f90
src/symvect.f90
src/updatpos.f90
src/vecplot.f90
src/vnlrhomt.f90
src/wavefmt.f90
src/writeefg.f90
src/writeengy.f90
src/writeeval.f90
src/writeiad.f90
src/writeinfo.f90
src/writelinen.f90
src/writelsj.f90
src/writesym.f90
src/xc_am05.f90
src/xc_pbe.f90
src/xc_pwca.f90
src/xc_pzca.f90
src/xc_xalpha.f90
src/zfftifc.f90
src/zfmtinp.f90
src/zmatinp.f90 [new file with mode: 0644]