exciting-0.9.150
commit63045b1e2d699ed105d17cb789d3c1a9e3910b72
authorChristian Meisenbichler <christian.meisenbichler@unileoben.ac.at>
Fri, 29 Feb 2008 10:54:04 +0000 (29 11:54 +0100)
committerChristian Meisenbichler <christian.meisenbichler@unileoben.ac.at>
Fri, 29 Feb 2008 10:54:04 +0000 (29 11:54 +0100)
tree6e68205202d55a2e402ac9d4a93c1f5c63e67fa8
parent2714f84206e1d4e942786bbd8a171dbc57c71b1b
exciting-0.9.150
-Reduced density matrix functional theory (RDMFT) now available thanks to S. Sharma, see arXiv:0801.3787v1 [cond-mat.mtrl-sci] (experimental)
-Bug in symmetrisation of non-collinear magnetisation found and fixed by F. Cricchio, F. Bultmark and L. Nordström
-F. Bultmark added new input variable reducebf which reduces the external magnetic field by this value after each iteration, thus at the end of the s.c. loop the external magnetic fields are zero. By default there is no reduction. See the manual for details.
-OEP calculations are now considerably faster
-Hartree-Fock now works properly with magnetism
-Alexey Baranov suggested an improvement of the cubic spline routine and submitted an example on how to obtain perfectly smooth ELF plots (see Ru-ELF)
-various minor changes to formatting of output files
-added more code documentation
-minor improvements and optimisations
85 files changed:
Makefile
docs/exciting/exciting.pdf
docs/spacegroup/spacegroup.pdf
examples/Al-Fermi_surface/exciting.in [deleted file]
examples/Al-Fermi_surface/fermi.general [deleted file]
examples/Al-Fermi_surface/fermi.net [deleted file]
examples/Al-phonon/exciting.in
examples/Ru-ELF/Ru.in [new file with mode: 0644]
examples/Ru-ELF/exciting.in [new file with mode: 0644]
setup
src/BLAS/Makefile
src/LAPACK/Makefile
src/Makefile
src/allatoms.f90
src/exxengy.f90
src/exxengyk.f90
src/fftlib/Makefile
src/findsym.f90
src/findsymlat.f90
src/genbmatk.f90 [new file with mode: 0644]
src/genkinmat.f90
src/genpmat.f90
src/genvmat.f90
src/genvmatk.f90
src/ggamt.f90
src/gndstate.f90
src/hartfock.f90
src/init0.f90
src/init1.f90
src/init2.f90
src/main.f90
src/modmain.f90
src/mossbauer.f90
src/oepmag.f90
src/oepmagmt.f90
src/oepmain.f90
src/oepresk.f90
src/oepvnlk.f90
src/olpistl.f90
src/rdirac.f90
src/rdmdedc.f90 [new file with mode: 0644]
src/rdmdedn.f90 [new file with mode: 0644]
src/rdmdexcdc.f90 [new file with mode: 0644]
src/rdmdexcdn.f90 [new file with mode: 0644]
src/rdmdkdc.f90 [new file with mode: 0644]
src/rdmenergy.f90 [new file with mode: 0644]
src/rdmengyxc.f90 [new file with mode: 0644]
src/rdmft.f90 [new file with mode: 0644]
src/rdmminc.f90 [new file with mode: 0644]
src/rdmminn.f90 [new file with mode: 0644]
src/rdmvaryc.f90 [new file with mode: 0644]
src/rdmvaryn.f90 [new file with mode: 0644]
src/rdmvnlc.f90 [copied from src/seceqnhf.f90 with 56% similarity]
src/rdmvnln.f90 [copied from src/seceqnhf.f90 with 53% similarity]
src/rdmwritededn.f90 [new file with mode: 0644]
src/rdmwriteengy.f90 [new file with mode: 0644]
src/readinput.f90
src/rotsu2.f90
src/seceqnhf.f90
src/seceqnss.f90
src/seceqnsv.f90
src/spacegroup/Makefile
src/species/atom.f90
src/species/c_pbe.f90
src/species/modxcifc.f90
src/species/polynom.f90
src/species/rdirac.f90
src/species/x_pbe.f90
src/species/xc_pbe.f90
src/species/xc_wc06.f90
src/spline.f90
src/symdmatlu.f90
src/symrvf.f90
src/symrvfir.f90
src/vnlrho.f90
src/vnlrhomt.f90
src/writechg.f90
src/writeengy.f90
src/writeforce.f90
src/writefsm.f90
src/writeinfo.f90
src/writelsj.f90
src/writesym.f90
src/zfinp.f90
src/zfmtinp.f90