/*! @file
@brief README of the art directory (BigDFT+ART)

@dir
@brief Contains the version of ART nouveau (Activation Relaxation Technique)

@details
This version of ART nouveau has been optimized for BigDFT and other cases where
the force evaluation is extremelly heavy. Because of that it saves the
configuration at every step during the activation. This version of ART nouveau
should not be used for empirical potential.

It is based in the old version for SIESTA.

Normand Mousseau
December 2009

Log of changes
==============

- Version 1.005   (17 March 2006)
        Corrected a number of bugs related to the transfer of the forces from
        SIESTA to siestart.   (NM)
- Version 1.006   (23 March 2006)
        Introduced the possibility to have many types of atom. 
        Corrected a bug with respect to the creation of the xmol-type of type. To
        get it right, it is now essential to at least give the type of one atom
        in the siestart.sh file. For example, one should add, for SiO2:
        <pre>
        setenv type1   Si
        setenv type2    O
        </pre>
- Version 1.007  (16 May 2006)
        -# Now saves refconfig after initial minimization
        -# Corrected Max_Number_Events in the code so that this variable affect
        the program.
        -# Added a variable, Prefactor_Push_Over_Saddle, to allow for a fine tunig
        of the push over saddle point. In general, the default value (0.15) is
        fine, but it might lead in too large steps for SIESTA, from time to time.
        -# Move the allocate command in find_saddle to avoid a crash during a
        restart
        -# If LOGFILE already exists, it moves it before starting the simulation. 
        -# Removed some compilation errors for intel compiler
- Version 1.008 (20 May 2006)
        -# Now allow to use a negative temperature to ensure that new
        configurations are never accepted
        -# Also corrects a bug for when the  jump in energy is too large
- Version 1.009
        -# Properly writes the initial file name in events.list
- Version 1.010
        -# Properly writes the final fine name in events.list (....)
- Version 2.0 (20 May 2008)
        This new version includes many corrections made by Kevin Levasseur-Smith and Normand Mousseau. 
        It also includes DIIS, proposed by Damien Caliste and a number of optimization proposed by Cosmin Marinica.
*/
