------------------------------------------------------------------------
|                                                                      |
|    FULL-POTENTIAL LOCAL-ORBITAL MINIMUM BASIS BANDSTRUCTURE CODE     |
|                      FULL RELATIVISTIC VERSION                       |
|                                                                      |
|             by K. Koepernik, A.Ernst and H.Eschrig (2003)            |
|                  relativistic version by Ingo Opahle                 |
|                       LSDA+U by Igor Chaplygin                       |
|                                                                      |
------------------------------------------------------------------------
|                                                                      |
|   Any publication of results obtained by this program                |
|   has to include the citation:                                       |
|                                                                      |
|        K.Koepernik and H.Eschrig, Phys. Rev. B 59, 1743 (1999)       |
|                                                                      |
|   Any publication of CPA results obtained by this program            |
|   additionally has to include the citation:                          |
|                                                                      |
|        K. Koepernik, B. Velicky, R. Hayn and H. Eschrig,             |
|        Phys. Rev. B 55, 5717 (1997)                                  |
|                                                                      |
|                                                                      |
------------------------------------------------------------------------
|                                                                      |
| main version: 14.00                                                  |
| sub  version: M-CPA                                                  |
| release     : 45                                                     |
|                                                                      |
------------------------------------------------------------------------
| date        : Mon Mar 10 10:14:03 2014                               |
| host        : unas                                                   |
------------------------------------------------------------------------
File =.sym exists!
File =.in exists!
------------------------------------------------------------------------
Compound: Al example
------------------------------------------------------------------------
------------------------------------------------------------------------
Start: content of =.in
------------------------------------------------------------------------
########################################################################
# this file is part of the FPLO bandstructure package
# it was created automatically
# please dont delete this file nor
# edit it directly, unless you really know what you are doing
# Use FEDIT to change its content
#
########################################################################
section header{

    struct {char[*] mainversion;char[*] subversion;} version
    ={"14.00","M-CPA"};


    struct {char[*] hostname;char[*] date;char[*] by;} last_changes
    ={"unas","Mon Mar 10 10:13:41 2014","fedit (14.00-45-x86_64)"};

    char[*] compound="Al example";
};


section structure_information{

    struct {int type;char[*] description;} structure_type
    ={1,"Crystal"};


    struct {int number;char[*] symbol;} spacegroup
    ={47,"PMMM"};

    int subgroupgenerators[*]={
    };

    struct {int type;char[*] description;} lengthunit
    ={1,"Bohr radii"};

    real lattice_constants[3]={14,7,15
    };
    real axis_angles[3]={90.0000000000000,90.0000000000000,90.0000000000000
    };
    int max_L=4;
    int nsort=3;

    struct {char[2] element;real tau[3];} wyckoff_positions[nsort]
    ={
        {"Al",{3/4,0,0}}
        ,{"Al",{0,1/2,0}}
        ,{"Al",{1/2,1/2,0}}
    };

};


section structure_dependend{

    struct {char[2] atom;real concentration;} concentrations[nsort]
    ={
        {"Al",1.0}
        ,{"Al",1.0}
        ,{"Al",1.0}
    };


    struct {char[2] element;real split;} initial_spin_split[nsort]
    ={
        {"Al",2.0}
        ,{"Al",2.0}
        ,{"Al",2.0}
    };


    struct {int sort;char[2] state;real spinup[7];real spindn[7];} core_occupation[*]
    ={
    };


    struct {char[20] label;real kpoint[3];} special_sympoints[*]
    ={
        {"$~G",{0,0,0}}
        ,{"X",{1,1,0}}
        ,{"M",{2,0,0}}
        ,{"$~G",{0,0,0}}
    };

};


section mesh{

    struct {int nr;real rmin;real rmax;real rmax_factor;} radial_mesh
    ={200,1.0e-5,0.0,1.0};


    struct {int nr;real rmin;real rmax;} atom_radial_mesh
    ={2000,1.0e-7,0.0};

};


section brillouin{

    struct {logical metal;int nkxyz[3];} bzone_integration
    ={t,{12,12,12}};


    struct {int ne;real range;real width;int norder;} mp_bzone_integration
    ={1001,5.0,0.005,0};


    struct {int type;char[*] description;} bzone_method
    ={1,"tetrahedron method"};

    real bzone_kT=100.0;
    int nband=-1;
};


section bandstructure_plot{

    struct {logical bandplot;logical read_sympoints;int ndivisions;real emin;real emax;int nptdos;logical plot_idos;logical plot_ndos;logical restrict_bands_to_window;logical coeffout;} bandplot_control
    ={t,t,50,-20.0,20.0,1000,f,f,f,f};


    struct {logical bandweights;logical bweight_rot;real z_axis[3];real x_axis[3];char[*] bwdfilename;
        struct {int type;char[*] description;} frelprojection;
    } bandweight_control
    ={t,f,{0.0,0.0,1.0},{1.0,0.0,0.0},""
        ,{1,"jmu"}
    };

};


section iteration_control{

    struct {int steps;real tolerance;real mixing;int maxdim;real progress;} iteration_control
    ={30,1.e-6,0.4,5,0.1};


    struct {int scheme;char[*] description;} iteration_version
    ={4,"LCIterat : Iterat with linear progress control"};


    struct {int type;char[*] description;} iteration_convergence_condition
    ={2,"Density"};

    real etot_tolerance=1.e-8;
    # ratio of things put into iteration vector compared
    # to density

    struct {real U;} iterationvector_ratio
    ={1.0};

};


section forces{

    struct {int steps;real tolerance;int maxdim;} force_iteration_control
    ={100,1.0e-3,0};


    struct {int scheme;char[*] description;} force_iteration_version
    ={6,"MinIterat: Find minimum with iterat"};

    logical force_in_each_step=f;
    logical approx_nodndL_ewald=f;

    struct {int mode;char[*] description;} force_mode
    ={1,"No forces"};

    int geomopt_sites[*]={
    };
};


section options{

    struct {int mspin;logical initial_spin_split;} spin
    ={1,f};


    struct {int type;char[*] description;} xc_potential
    ={9,"Perdew Wang 92               (LSDA)"};

    real ex_field_strength=1;

    struct {int type;char[*] description;} relativistic
    ={2,"scalar relativistic"};


    struct {int type;char[*] description;} nuclear_model
    ={1,"Point charge"};


    struct {
        struct {int type;char[*] description;} chargemode;
        real ionicity;logical make_vca;
        struct {int sort;real Z;} vca[*];
    } charges
    ={
         {1,"None"}
        ,0,t
        ,{
            {3,13.4}
        }
    };


    struct {int type;char[*] description;} spin_pop_type
    ={3,"exact expression (expensive)"};

    real quantization_axis[3]={0,0,1
    };
    flag options[*]={CALC_DOS(-),NOT_USED(-),FULLBZ(-),CALC_PLASMON_FREQ(-)
    ,EMPTY_LATTICE_TEST(-),NO_DOS(+),PLOT_REALFUNC(-),PLOT_BASIS(-)
    ,TEST_LOI(-),TEST_DIAGNO(-),TEST_SYMMETRIZATION(-),TEST_HS_SYM(-)
    ,PROT_PRINT_BASIS(-),PROT_MAKELATTICE(-),PROT_STRUCTURE_PRNT(-),PROT_TCI(-)
    ,NOT_USED(-),NOT_USED(-),NOT_USED(-),NO_SYMMETRYTEST(+)
    ,NO_POTENTIAL(-),NOT_USED(-),NO_CORE(-),NOT_USED(-)
    ,NO_POPANALYSIS(-),NO_LOI(-),NO_BASIS(-),NO_EFCH(-)
    ,NOT_USED(-),NOT_USED(-),NOT_USED(-)
    };

    struct {int type;char[*] description;} verbosity_level
    ={200,"more information"};


    struct {real moment;logical fsm;} fsmoment
    ={1.0,f};

    logical calc_etot=t;
};


section cpa{

    struct {real emin0;real emax0;int nec;int max_se_loops;real eimag;} cpa_control
    ={-1.60,0.4,30,10,1.0e-5};


    struct {real efermi0;real slop_0;real slop_min;int max_ef_loops;} cpa_fermi_control
    ={0.08,30.0,0.3,10};


    struct {int type;char[*] description;} cpa_fermi_method
    ={1,"secant method"};


    struct {int ne;real eimag;} cpa_dos
    ={1000,1.e-3};


    struct {int ne;real eimag;} cpa_bloch_spectral_density
    ={100,1.e-3};

};


section numerics{

    struct {int degree;} interpolation
    ={8};


    struct {int nr;} one_center_integrals
    ={200};


    struct {int nxi;int neta;} coulomb_energy_calc
    ={26,46};


    struct {int nr;int neta;} overlap_density_calc
    ={50,20};


    struct {real dens;real pot;real orbital;} cutoff_tolerances
    ={1.e-9,1.e-12,1.e-8};

    #WARNING: cutoff is obsolete now

    struct {real cutoff;real eps_r;real eps_g;} ewald_parameter
    ={2.0,1.0e-5,1.0e-5};


    struct {real tol;} symtest
    ={5.0e-13};

    # WARNING: nfft_ewp_per_site is obsolete now
    int nfft_ewp_per_site=-500;
};


section LSDA_U{
    logical make_lsdau=f;

    struct {int type;char[*] description;} lsdau_projection
    ={1,"orthogonal"};


    struct {int type;char[*] description;} lsdau_functional
    ={1,"LSDA+U Around mean field (AMF/OP)"};


    struct {int type;char[*] description;} lsdau_dmat_mode
    ={1,"self consistent"};

    real lsdau_dmat_deviation=1.e-2;

    struct {int sort;char[2] state;real f_slater[4];} lsdau_defs[*]
    ={
    };

};


section OPC{
    logical make_opc=f;

    struct {int type;char[*] description;} opc_projection
    ={1,"orthogonal"};


    struct {int type;char[*] description;} opc_functional
    ={1,"Spin dependend (Nordstroem, Brooks, Johansson, JPhysC 4, 3261 (1992))"};


    struct {int sort;char[2] state;} opc_defs[*]
    ={
    };

};


section Advanced_output{
    int ldossites[*]={
    };
    logical grids_active=f;
    logical grids_stop_after=f;

    struct {
        struct {int type;char[*] description;} basis;
        real direction1[3];real direction2[3];real direction3[3];real origin[3];int subdivision[3];char[*] file;logical InclPeriodicPoints;logical createOpenDX;
        struct {int type;char[*] description;} quantities[*];
        struct {int type;char[*] description;} outputdata[*];
        real scfwavefnctwindow[2];
        struct {char[*] name;
            struct {real emin;real emax;real de;
                struct {int type;char[*] description;} spin;
            } sections[*];
        } energywindows[*];
        struct {char[*] name;real kpoint[3];int bandindices[*];real energywindow[2];} kresolved[*];
    } grids[*]
    ={
    };


    struct {logical active;} topological_insulator
    ={f};


    struct {logical active;logical jointdos;logical bandoutput;logical stopafter;
        struct {int ne;real emin;real emax;} energy;
    } optics
    ={f,f,f,f
        ,{1000,0,10}
    };

};


------------------------------------------------------------------------
End  : content of =.in
------------------------------------------------------------------------
========================================================================
                      CALCULATION OF CRYSTALL STRUCTURE

------------------------------------------------------------------------
                                INPUT DATA

------------------------------------------------------------------------
Unit of length    : Bohr radii
Spacegroup        :   47 - PMMM
Lattice constants : 14               7                15
Axis angles       : 90.0000000000000 90.0000000000000 90.0000000000000

               Wyckoff positions

Number of Wyckoff positions :    3
No.   Element   X          Y          Z
   1    Al      3/4        0          0
   2    Al      0          1/2        0
   3    Al      1/2        1/2        0

------------------------------------------------------------------------
------------------------------------------------------------------------
                            SYMMETRY CREATION

------------------------------------------------------------------------

                   SYMMETRYGROUP

Space group      :  47 - PMMM
Point group      :   8 - D2H
Inversion        : yes
Symmorphic       : yes

                   OPERATIONS


(The XYZ-operation symbols "(A,B,C)+(t1,t2,t3)" mean:
 if a vector is given relative to the lattice basis vectors
 r=X*a1+Y*a2+Z*a3 then it is transformed into
 r'=(A+t1)*a1+(B+t2)*a2+(C+t3)*a2,
 for RTG lattices the operations refer to the corresponding
 STG unit cell!)


Group Generators      : 3
Index   rotation          translation      : symbol
 3:   (-X  ,-Y  ,+Z  ) + (0   ,0   ,0   )  :   C2(z)
 1:   (-X  ,+Y  ,-Z  ) + (0   ,0   ,0   )  :   C2(y)
32:   (-X  ,-Y  ,-Z  ) + (0   ,0   ,0   )  :   I

Full Group Operations : 8
Index   rotation          translation      : symbol
 0:   (+X  ,+Y  ,+Z  ) + (0   ,0   ,0   )  :   E
 1:   (-X  ,+Y  ,-Z  ) + (0   ,0   ,0   )  :   C2(y)
 2:   (+X  ,-Y  ,-Z  ) + (0   ,0   ,0   )  :   C2(x)
 3:   (-X  ,-Y  ,+Z  ) + (0   ,0   ,0   )  :   C2(z)
32:   (-X  ,-Y  ,-Z  ) + (0   ,0   ,0   )  :   I
33:   (+X  ,-Y  ,+Z  ) + (0   ,0   ,0   )  :   s(y)
34:   (-X  ,+Y  ,+Z  ) + (0   ,0   ,0   )  :   s(x)
35:   (+X  ,+Y  ,-Z  ) + (0   ,0   ,0   )  :   s(z)

                   TRANSLATION

lattice constants:  14.000000000000000     7.000000000000000      15.000000000000000
axis angles      :  90.000000000000000     90.000000000000000     90.000000000000000
bravais lattice  : SO
primitive to bravais transformation
      b1  : 1    0    0
      b2  : 0    1    0
      b3  : 0    0    1
unit vectors of primitive lattice (SO)
      u1  :  1.000000000000000      0.000000000000000      0.000000000000000
      u2  :  0.000000000000000      1.000000000000000      0.000000000000000
      u3  :  0.000000000000000      0.000000000000000      1.000000000000000
lattice vectors
      a1  :  14.000000000000000     0.000000000000000      0.000000000000000
      a2  :  0.000000000000000      7.000000000000000      0.000000000000000
      a3  :  0.000000000000000      0.000000000000000      15.000000000000000
reciprocial lattice vectors / 2*Pi
      g1  :  0.071428571428571      0.000000000000000      0.000000000000000
      g2  :  0.000000000000000      0.142857142857143      0.000000000000000
      g3  :  0.000000000000000      0.000000000000000      0.066666666666667


------------------------------------------------------------------------
                              UNIT CELL CREATION

------------------------------------------------------------------------

               Wyckoff positions
Number of Wyckoff positions :    3
No.   Element    X                      Y                      Z                      Concentration
   1    Al       0.750000000000000      0.000000000000000      0.000000000000000      1.000000000000000
   2    Al       0.000000000000000      0.500000000000000      0.000000000000000      1.000000000000000
   3    Al       0.500000000000000      0.500000000000000      0.000000000000000      1.000000000000000


                 Atom sites

Number of sites :    4
Number of real sites :    4
Number of nonempty real sites :    4
No.  Element WPS CPA-Block    X                      Y                      Z
   1   Al     1      1       -3.500000000000000      0.000000000000000      0.000000000000000
   2   Al     1      2        3.500000000000000      0.000000000000000      0.000000000000000
   3   Al     2      3        0.000000000000000     -3.500000000000000      0.000000000000000
   4   Al     3      4       -7.000000000000000     -3.500000000000000      0.000000000000000

Structure type: Crystal


Averaged WS radius :    4.44348 Bohr radii
Vuc                :           1470.000000000000000 Bohr radii


------------------------------------------------------------------------

========================================================================

-----------------------------------
VCA is active
 IOsort                  Z
-----------------------------------
    3              13.400000000000000
-----------------------------------

------------------------------------------------------------------------
Number of diferent sites (Naps) :     4
maximum atoms at one site       :     1
pointer ---    tau(1..3,1..nsite)    --- atoms
   1          -3.5000  0.0000  0.0000        1      isrt :    1
                                                    isa  :    1
   2           3.5000  0.0000  0.0000        1      isrt :    1
                                                    isa  :    2
   3           0.0000 -3.5000  0.0000        1      isrt :    2
                                                    isa  :    3
   4          -7.0000 -3.5000  0.0000        1      isrt :    3
                                                    isa  :    4
------------------------------------------------------------------------

 ------- mapping of sort onto site ------------
sort    1 site    1
sort    2 site    3
sort    3 site    4
 ----------------------------------------------
 ------- classification of sorts   ------------
number of inequivalent sites    3
icis     1 representing sort    1
icis     2 representing sort    2
icis     3 representing sort    3

number of inequivalent atoms    3
sort    1 representing sort    1
sort    2 representing sort    2
sort    3 representing sort    3
 ----------------------------------------------

========================================================================
                     RADIAL BASIS FUNCTION MESH
------------------------------------------------------------------------
  Mesh type        =Root
------------------------------------------------------------
 El. sort        nr      rmin     default_rmax   factor     rmax 
 Al     1       200    0.100E-05   12.669667   1.000000  12.669667
 Al     2       200    0.100E-05   12.669667   1.000000  12.669667
 Al     3       200    0.100E-05   12.490019   1.000000  12.490019

========================================================================

Nuclear charges
site sort real-site El  nuclear-charge averaged-charge
   1    1    1      Al      13.00000    13.00000
   2    1    2      Al      13.00000    13.00000
   3    2    3      Al      13.00000    13.00000
   4    3    4      Al      13.40000    13.40000
------------------------------------------------------------------------
Start: content of =.basdef
------------------------------------------------------------------------
    1 P=(0.638); N=(14); 1s: /  S2s Q=(0) P=(1);  S2p Q=(0) P=(1);  D3s Q=(0,3) P=(0.95,1.05);  D3p Q=(0,2.5) P=(1,0.97);  S3d Q=(3) P=(1.05);
    2 P=(0.638); N=(14); 1s: /  S2s Q=(0) P=(1);  S2p Q=(0) P=(1);  D3s Q=(0,3) P=(0.95,1.05);  D3p Q=(0,2.5) P=(1,0.97);  S3d Q=(3) P=(1.05);
    3 P=(0.638); N=(14); 1s: /  S2s Q=(0) P=(1);  S2p Q=(0) P=(1);  D3s Q=(0,3) P=(0.95,1.05);  D3p Q=(0,2.5) P=(1,0.97);  S3d Q=(3) P=(1.05);
------------------------------------------------------------------------
End  : content of =.basdef
------------------------------------------------------------------------
 iz:                    13   13.4000000000000                         14
--------------------------------------------------------------------------
--------------------------------------------------------------------------
         Vatom-classes and ionicities
--------------------------------------------------------------------------
   sort     state           vat-class   Q      S     N       p        px
--------------------------------------------------------------------------
    1 Al     1 1s      core     1   0.0000   0.0000  0.00   0.0000   0.0000
    1 Al     1 2s      val      1   0.0000   0.0000 14.00   0.6380   1.0000
    1 Al     2 2p      val      1   0.0000   0.0000 14.00   0.6380   1.0000
    1 Al     3 3s      val      1   0.0000   0.0000 14.00   0.6380   0.9500
    1 Al     4 4s      val      2   3.0000   0.0000 14.00   0.6380   1.0500
    1 Al     5 3p      val      1   0.0000   0.0000 14.00   0.6380   1.0000
    1 Al     6 4p      val      3   2.5000   0.0000 14.00   0.6380   0.9700
    1 Al     7 3d      val      2   3.0000   0.0000 14.00   0.6380   1.0500
    2 Al     1 1s      core     1   0.0000   0.0000  0.00   0.0000   0.0000
    2 Al     1 2s      val      1   0.0000   0.0000 14.00   0.6380   1.0000
    2 Al     2 2p      val      1   0.0000   0.0000 14.00   0.6380   1.0000
    2 Al     3 3s      val      1   0.0000   0.0000 14.00   0.6380   0.9500
    2 Al     4 4s      val      2   3.0000   0.0000 14.00   0.6380   1.0500
    2 Al     5 3p      val      1   0.0000   0.0000 14.00   0.6380   1.0000
    2 Al     6 4p      val      3   2.5000   0.0000 14.00   0.6380   0.9700
    2 Al     7 3d      val      2   3.0000   0.0000 14.00   0.6380   1.0500
    3 Al     1 1s      core     1   0.0000   0.0000  0.00   0.0000   0.0000
    3 Al     1 2s      val      1   0.0000   0.0000 14.00   0.6311   1.0000
    3 Al     2 2p      val      1   0.0000   0.0000 14.00   0.6311   1.0000
    3 Al     3 3s      val      1   0.0000   0.0000 14.00   0.6311   0.9300
    3 Al     4 4s      val      2   2.8132   0.0000 14.00   0.6311   0.9780
    3 Al     5 3p      val      1   0.0000   0.0000 14.00   0.6311   1.0400
    3 Al     6 4p      val      3   2.6096   0.0000 14.00   0.6311   0.9420
    3 Al     7 3d      val      4   2.9980   0.0000 14.00   0.6311   1.0728
--------------------------------------------------------------------------

------------------------------------------------------------------------
|   OCCUPATION NUMBERS OF CORE STATES FOR CRYSTAL CALCULATION          |
------------------------------------------------------------------------
Sort:   1 Element: Al
------------------------------------------------------------------------
 State  Spin   Occu    M =  -3     -2     -1      0      1      2      3
  1:1s  up      1.00   :                        1.00
        down    1.00   :                        1.00
Sort:   2 Element: Al
------------------------------------------------------------------------
 State  Spin   Occu    M =  -3     -2     -1      0      1      2      3
  1:1s  up      1.00   :                        1.00
        down    1.00   :                        1.00
Sort:   3 Element: Al
------------------------------------------------------------------------
 State  Spin   Occu    M =  -3     -2     -1      0      1      2      3
  1:1s  up      1.00   :                        1.00
        down    1.00   :                        1.00
------------------------------------------------------------------------

Number of occupied valence bands (averaged):     44.40000



 BZMESH:   343 irreducible k-points from   1728 ( 12 12 12 )

 TETIRR:     10368 inequivalent tetrahedra from     10368
------------------------------------------------------------------------

make_lattice: N1         9
make_lattice: N2         5
make_lattice: N3        10

 LOCAL SITE POTENTIAL IS NONSPHERICAL

AUTOMATIC MODE: TOLERANCE DETERMINED NUMBER OF FOURIER COMPONENTS
TOLERANCE FOR REAL    SPACE CUTOFF:  0.10E-004
TOLERANCE FOR FOURIER SPACE CUTOFF:  0.10E-004
EWALD PARAMETER                   :    0.40285
MAXIMUM RECIPROCIAL VECTOR NORM   :    3.39907
 NUMBER OF FT. COMPONENTS FOR EWALD POTENIAL:    977

UNFOLD:------------------------------------------------------------------------
UNFOLD: 
UNFOLD: SCsites(Al   1):Al(1), Al(2), Al(3), Al(4)
WARNING in MODULE UNFOLD(setupUnfold):
 Atoms in super cell site list are different due to VCA. Is that what you want?
UNFOLD: 
UNFOLD:------------------------------------------------------------------------
DIMENSIONS OF MATRICES
valence matrix dimension                        68
core    matrix dimension                         4
max number of valence states per atom           17
max number of core    states per atom            1
max number of bands                             68
    number of k-points                         343
size of v-v coefficient matrix             3172064
size of c-v coefficient matrix              186592
------------------------------------------------------------------------
                        matrix index structure
------------------------------------------------------------------------
               core block
 site  El start_index  end_index  length 
    1  Al      1           1         1
    2  Al      2           2         1
    3  Al      3           3         1
    4  Al      4           4         1
              valence block
 site  El start_index  end_index  length 
    1  Al      1          17        17
    2  Al     18          34        17
    3  Al     35          51        17
    4  Al     52          68        17
------------------------------------------------------------------------

scalar relativistic calculation!


XC version :    9 - Perdew Wang 92               (LSDA)  


========================================================================
                     RADIAL BASIS FUNCTION MESH
------------------------------------------------------------------------
  Mesh type        =Root
------------------------------------------------------------
 El. sort        nr      rmin     default_rmax   factor     rmax 
 Al     1       200    0.100E-05   12.669667   1.000000  12.669667
 Al     2       200    0.100E-05   12.669667   1.000000  12.669667
 Al     3       200    0.100E-05   12.490019   1.000000  12.490019

========================================================================

========================================================================
LOADING DENSITY from file =.dens

 
 CPU   : densin: cpu time:           0.01 sec
 

END DENSITY LOADING
========================================================================
Maximum radial mesh radius :             12.669666987416706
Maximum LOI Cut-off radius :             25.339333974833412
Maximum of       pairs:  54

-----------------------------------------------------------------------------
==========                      STRUCTURE DATA                     ==========
-----------------------------------------------------------------------------
| ATOM SITE  R_NN/2    nonempty          SHELLS             NEIGHBOURS      |
-----------------------------------------------------------------------------
|  Al    1      2.4749     2.4749         42                202             |
-----------------------------------------------------------------------------
|  Al    2      2.4749     2.4749         42                202             |
-----------------------------------------------------------------------------
|  Al    3      2.4749     2.4749         42                202             |
-----------------------------------------------------------------------------
|  Al    4      2.4749     2.4749         42                202             |
-----------------------------------------------------------------------------
-------------------------------------------------------------------------------
==========             TABLE OF NEIGHBOURS                           ==========
-------------------------------------------------------------------------------
| EL SITE  EL SITE       PAIRS                  SHELLS         RMIN     RMAX  |
-------------------------------------------------------------------------------
| Al   1   Al   1        50                     11             7.0000  25.2389|
-------------------------------------------------------------------------------
| Al   1   Al   2        44                      9             7.0000  25.2389|
-------------------------------------------------------------------------------
| Al   1   Al   3        54                     11             4.9497  25.3279|
-------------------------------------------------------------------------------
| Al   1   Al   4        54                     11             4.9497  25.3279|
-------------------------------------------------------------------------------
| Al   2   Al   2        50                     11             7.0000  25.2389|
-------------------------------------------------------------------------------
| Al   2   Al   3        54                     11             4.9497  25.3279|
-------------------------------------------------------------------------------
| Al   2   Al   4        54                     11             4.9497  25.3279|
-------------------------------------------------------------------------------
| Al   3   Al   3        50                     11             7.0000  25.2389|
-------------------------------------------------------------------------------
| Al   3   Al   4        44                      9             7.0000  25.2389|
-------------------------------------------------------------------------------
| Al   4   Al   4        50                     11             7.0000  25.2389|
-------------------------------------------------------------------------------


============================== START molinit============================== 
isa=   1
isa=   2
isa=   3
isa=   4
Total number of irreducible points:   7942
Total number of skipped     points:   2855
============================== END   molinit============================== 


Preparing basis potentials ...
(Wanna see details ... set verbosity level to second highest.)
VCA: ZZ=  13.400     i0=    13 x= 0.40000    
... Done

------------------------------------------------------------------------
==========         RELATIVISTIC ATOMIC ENERGIES               ==========
------------------------------------------------------------------------
| ATOM  ELECTRON           ENERGY      COMPRESSION     TYPE    SORT    |
------------------------------------------------------------------------
|  Al     1s1 1/2         -55.27785854      none        core    1      |
------------------------------------------------------------------------
|  Al     2s 1/2           -3.95013390  8.083  14.000 valence   1      |
------------------------------------------------------------------------
|  Al     2p 1/2           -2.57235628  8.083  14.000 valence   1      |
------------------------------------------------------------------------
|  Al     2p 3/2           -2.55614415  8.083  14.000 valence   1      |
------------------------------------------------------------------------
|  Al     3s 1/2           -0.28659285  7.679  14.000 valence   1      |
------------------------------------------------------------------------
|  Al     4s 1/2           -0.49276140  8.487  14.000 valence   1      |
------------------------------------------------------------------------
|  Al     3p 1/2           -0.09694137  8.083  14.000 valence   1      |
------------------------------------------------------------------------
|  Al     3p 3/2           -0.09624539  8.083  14.000 valence   1      |
------------------------------------------------------------------------
|  Al     4p 1/2           -0.31840941  7.841  14.000 valence   1      |
------------------------------------------------------------------------
|  Al     4p 3/2           -0.31768405  7.841  14.000 valence   1      |
------------------------------------------------------------------------
|  Al     3d 3/2           -0.59183238  8.487  14.000 valence   1      |
------------------------------------------------------------------------
|  Al     3d 5/2           -0.59176757  8.487  14.000 valence   1      |
------------------------------------------------------------------------
|  Al     1s1 1/2         -55.27785854      none        core    2      |
------------------------------------------------------------------------
|  Al     2s 1/2           -3.95013390  8.083  14.000 valence   2      |
------------------------------------------------------------------------
|  Al     2p 1/2           -2.57235628  8.083  14.000 valence   2      |
------------------------------------------------------------------------
|  Al     2p 3/2           -2.55614415  8.083  14.000 valence   2      |
------------------------------------------------------------------------
|  Al     3s 1/2           -0.28659285  7.679  14.000 valence   2      |
------------------------------------------------------------------------
|  Al     4s 1/2           -0.49276140  8.487  14.000 valence   2      |
------------------------------------------------------------------------
|  Al     3p 1/2           -0.09694137  8.083  14.000 valence   2      |
------------------------------------------------------------------------
|  Al     3p 3/2           -0.09624539  8.083  14.000 valence   2      |
------------------------------------------------------------------------
|  Al     4p 1/2           -0.31840941  7.841  14.000 valence   2      |
------------------------------------------------------------------------
|  Al     4p 3/2           -0.31768405  7.841  14.000 valence   2      |
------------------------------------------------------------------------
|  Al     3d 3/2           -0.59183238  8.487  14.000 valence   2      |
------------------------------------------------------------------------
|  Al     3d 5/2           -0.59176757  8.487  14.000 valence   2      |
------------------------------------------------------------------------
|  Al     1s1 1/2         -59.20415322      none        core    3      |
------------------------------------------------------------------------
|  Al     2s 1/2           -4.39527140  7.882  14.000 valence   3      |
------------------------------------------------------------------------
|  Al     2p 1/2           -2.94130986  7.882  14.000 valence   3      |
------------------------------------------------------------------------
|  Al     2p 3/2           -2.92233293  7.882  14.000 valence   3      |
------------------------------------------------------------------------
|  Al     3s 1/2           -0.33117647  7.330  14.000 valence   3      |
------------------------------------------------------------------------
|  Al     4s 1/2           -0.51991420  7.709  14.000 valence   3      |
------------------------------------------------------------------------
|  Al     3p 1/2           -0.11940160  8.197  14.000 valence   3      |
------------------------------------------------------------------------
|  Al     3p 3/2           -0.11852083  8.197  14.000 valence   3      |
------------------------------------------------------------------------
|  Al     4p 1/2           -0.35930334  7.425  14.000 valence   3      |
------------------------------------------------------------------------
|  Al     4p 3/2           -0.35845095  7.425  14.000 valence   3      |
------------------------------------------------------------------------
|  Al     3d 3/2           -0.68858319  8.456  14.000 valence   3      |
------------------------------------------------------------------------
|  Al     3d 5/2           -0.68850762  8.456  14.000 valence   3      |
------------------------------------------------------------------------
==========       SCALARRELATIVISTIC ATOMIC ENERGIES           ==========
------------------------------------------------------------------------
|  Al     1s1             -55.27785854      none        core    1      |
------------------------------------------------------------------------
|  Al     2s               -3.95013390  8.083  14.000 valence   1      |
------------------------------------------------------------------------
|  Al     2p               -2.56154819  8.083  14.000 valence   1      |
------------------------------------------------------------------------
|  Al     3s               -0.28659285  7.679  14.000 valence   1      |
------------------------------------------------------------------------
|  Al     4s               -0.49276140  8.487  14.000 valence   1      |
------------------------------------------------------------------------
|  Al     3p               -0.09647738  8.083  14.000 valence   1      |
------------------------------------------------------------------------
|  Al     4p               -0.31792584  7.841  14.000 valence   1      |
------------------------------------------------------------------------
|  Al     3d               -0.59179349  8.487  14.000 valence   1      |
------------------------------------------------------------------------
|  Al     1s1             -55.27785854      none        core    2      |
------------------------------------------------------------------------
|  Al     2s               -3.95013390  8.083  14.000 valence   2      |
------------------------------------------------------------------------
|  Al     2p               -2.56154819  8.083  14.000 valence   2      |
------------------------------------------------------------------------
|  Al     3s               -0.28659285  7.679  14.000 valence   2      |
------------------------------------------------------------------------
|  Al     4s               -0.49276140  8.487  14.000 valence   2      |
------------------------------------------------------------------------
|  Al     3p               -0.09647738  8.083  14.000 valence   2      |
------------------------------------------------------------------------
|  Al     4p               -0.31792584  7.841  14.000 valence   2      |
------------------------------------------------------------------------
|  Al     3d               -0.59179349  8.487  14.000 valence   2      |
------------------------------------------------------------------------
|  Al     1s1             -59.20415322      none        core    3      |
------------------------------------------------------------------------
|  Al     2s               -4.39527140  7.882  14.000 valence   3      |
------------------------------------------------------------------------
|  Al     2p               -2.92865857  7.882  14.000 valence   3      |
------------------------------------------------------------------------
|  Al     3s               -0.33117647  7.330  14.000 valence   3      |
------------------------------------------------------------------------
|  Al     4s               -0.51991420  7.709  14.000 valence   3      |
------------------------------------------------------------------------
|  Al     3p               -0.11881442  8.197  14.000 valence   3      |
------------------------------------------------------------------------
|  Al     4p               -0.35873508  7.425  14.000 valence   3      |
------------------------------------------------------------------------
|  Al     3d               -0.68853785  8.456  14.000 valence   3      |
------------------------------------------------------------------------
--------------------------------------------------
--------------------------------------------------
--------------------------------------------------
bascheck: core    states are o.k.
bascheck: valence states are o.k.

------------------------------------------------------------------------
|                  MINIMAL RADIUS FOR THE LOCAL BASIS FUNCTIONS        |
------------------------------------------------------------------------
| ATOM   ELECTRON    RMIN_LA  RMIN_SA   RMIN_LD  RMIN_SD  TYPE    SORT |
------------------------------------------------------------------------
|  Al  1s1           2.0037   1.7067    0.0000   0.0000     Core     1 |
------------------------------------------------------------------------
|  Al                2.0037   1.7067    0.0000   0.0000     Core     1 |
------------------------------------------------------------------------
|  Al  2s            6.9707   5.4507    0.0000   0.0000   Valence    1 |
|  Al  2p            8.1213   6.2888    6.6534   5.4190   Valence    1 |
|  Al  3s           10.0859   9.6573    0.0000   0.0000   Valence    1 |
|  Al  4s           11.1419  10.7329    0.0000   0.0000   Valence    1 |
|  Al  3p           10.6248  10.2354    9.9031   9.6115   Valence    1 |
|  Al  4p           10.4237   9.9831    9.4528   9.4635   Valence    1 |
|  Al  3d           10.9681  10.4793    9.5948   9.8933   Valence    1 |
------------------------------------------------------------------------
|  Al               11.1419  10.7329    9.9031   9.8933   Valence    1 |
------------------------------------------------------------------------
|  Al  1s1           2.0037   1.7067    0.0000   0.0000     Core     2 |
------------------------------------------------------------------------
|  Al                2.0037   1.7067    0.0000   0.0000     Core     2 |
------------------------------------------------------------------------
|  Al  2s            6.9707   5.4507    0.0000   0.0000   Valence    2 |
|  Al  2p            8.1213   6.2888    6.6534   5.4190   Valence    2 |
|  Al  3s           10.0859   9.6573    0.0000   0.0000   Valence    2 |
|  Al  4s           11.1419  10.7329    0.0000   0.0000   Valence    2 |
|  Al  3p           10.6248  10.2354    9.9031   9.6115   Valence    2 |
|  Al  4p           10.4237   9.9831    9.4528   9.4635   Valence    2 |
|  Al  3d           10.9681  10.4793    9.5948   9.8933   Valence    2 |
------------------------------------------------------------------------
|  Al               11.1419  10.7329    9.9031   9.8933   Valence    2 |
------------------------------------------------------------------------
|  Al  1s1           1.9406   1.6618    0.0000   0.0000     Core     3 |
------------------------------------------------------------------------
|  Al                1.9406   1.6618    0.0000   0.0000     Core     3 |
------------------------------------------------------------------------
|  Al  2s            6.6538   5.2177    0.0000   0.0000   Valence    3 |
|  Al  2p            7.7005   5.9628    6.2957   5.1470   Valence    3 |
|  Al  3s            9.6648   9.2726    0.0000   0.0000   Valence    3 |
|  Al  4s           10.2729   9.9055    0.0000   0.0000   Valence    3 |
|  Al  3p           10.7579  10.3040   10.0226   9.6914   Valence    3 |
|  Al  4p           10.6350  10.1515    9.8485   9.4549   Valence    3 |
|  Al  3d           10.8953  10.3828    9.4747   9.7683   Valence    3 |
------------------------------------------------------------------------
|  Al               10.8953  10.3828   10.0226   9.7683   Valence    3 |
------------------------------------------------------------------------
------------------------------------------------------------------------
| max extension of core    states=     2.00372624                      |
| max extension of valence states=    11.14189920                      |
| max extension of state         =    11.14189920                      |
------------------------------------------------------------------------
 
 CPU   : radial equation: cpu time:           0.39 sec
 
 
 CPU   : Total One-center integrals: cpu time:           0.03 sec
 
 
 CPU   : Total Two-center integrals: cpu time:           0.60 sec
 
SCF: Iteration version (   4) : LCIterat : Iterat with linear progress control  
SCF: Tolerance         =    0.10E-05
SCF: Vector dimension  =        6000
SCF: Max hyperspace dim=     5
SCF: Max mixing        =    0.40E+00
SCF: Max steps         =    30
SCF: Improv. threshold =   0.99000
SCF: Flat impro thresh.=   1.00000
SCF: ITMAG: ========================================================================
SCF: ITMAG: Startwidth= 0.40000E+00
SCF: ITMAG: Start  "Calculation Single point"
SCF: ITMAG: ========================================================================

------------------------------------------------------------------------
Writing =.dens ...!
------------------------------------------------------------------------------
                                Density Analysis
site elem. Spin up       Spin down    Sum           Nuclear        Excess
           (electrons)   (electrons)  (electrons)   (protons)      electrons
------------------------------------------------------------------------------
  1  Al    6.41361744    6.41361744   12.82723488   13.00000000   -0.17276512
  2  Al    6.41361744    6.41361744   12.82723488   13.00000000   -0.17276512
  3  Al    6.52541002    6.52541002   13.05082004   13.00000000    0.05082004
  4  Al    6.84735469    6.84735469   13.69470938   13.40000000    0.29470938
------------------------------------------------------------------------------
sum  :    26.19999958   26.19999958   52.39999917   52.40000000   -0.00000083
------------------------------------------------------------------------------
 
------------------------------------------------------------------------
==========                      CHARGE                        ==========
------------------------------------------------------------------------
  nu. charge    el. charge    mag. moment     spin up       spin down
       52.40    52.3999992      0.0000000    26.1999996     26.1999996
 
-------------------------------------------------
|  ATOM   |  SITE  |  MAG.MOMENT  |  NU.CHARGE  |
-------------------------------------------------
|   Al    |   1    |  0.0000000   |     13.00   |
|   Al    |   2    |  0.0000000   |     13.00   |
|   Al    |   3    |  0.0000000   |     13.00   |
|   Al    |   4    |  0.0000000   |     13.40   |
-------------------------------------------------
(Scalar)Relativistic and no finite nucleus: no r=0 densities.
 
 CPU   : Coulomb-potential: cpu time:           0.05 sec
 
calc_nv_erg: onsit env    :                 -1535.77233613
calc_nv_erg: onsit exc0   :                   -70.80277314
calc_nv_erg: onsit envxc0 :                   -93.52845903
calc_nv_erg: onsit e0     :                  -719.95373896
calc_nv_erg: offsite      :                    -0.42373217
calc_nv_erg: n*vc-11      :                  -720.37747114
calc_nv_erg: n*vat        :                   -23.61052096
calc_nv_erg: offsit exc0  :                   -16.72107772
calc_nv_erg: offsit envxc0:                   -21.73000511
calc_nv_erg: n*excat      :                   -87.52385086
calc_nv_erg: n*vxcat      :                  -115.25846414
 
 CPU   : calc_nv_erg: cpu time:           1.00 sec
 


============================== START molpottogrid============================== 
molpottogrid: EXC(n)             :                   -71.34875258
molpottogrid: EXC(at)            :                    87.52385099
molpottogrid: EXC                :                   -71.34875245
molpottogrid: n*VXC(n)           :                   -94.24242932
molpottogrid: n*VXC(at)          :                   115.25846426
molpottogrid: ENVXC              :                   -94.24242920
molpottogrid: Int(n*v)           :                    23.55523941
molpottogrid: Int(n*VCoulomb)    :                    -0.41512271
molpottogrid: Int(Z*VCoulomb)    :                     0.61388405
 
 CPU   : MOLPOTpot -> grid: cpu time:           0.60 sec
 
============================== END   molpottogrid============================== 


erg_hart_0:secnd term  onsite  :         -1181.235548
erg_hart_0: Int(Z*VCoulomb) tot:         -1180.621664
 
 CPU   : make potential: cpu time:           1.65 sec
 


============================== START loi_int============================== 
Allocated p_gdiff(    55,    48,     4,     4) =    0.16896 MByte
real site    1
real site    2
real site    3
real site    4
real site    1
real site    2
real site    3
real site    4
real site    1
real site    2
real site    3
real site    4
real site    1
real site    2
real site    3
real site    4
 
 CPU   : LOICore one-center integrals: cpu time:           0.11 sec
 
real site    1
real site    2
real site    3
real site    4
real site    1
real site    2
real site    3
real site    4
real site    1
real site    2
real site    3
real site    4
real site    1
real site    2
real site    3
real site    4
 
 CPU   : LOIThree-center integrals: cpu time:           1.52 sec
 
real site    1
real site    2
real site    3
real site    4
real site    1
real site    2
real site    3
real site    4
real site    1
real site    2
real site    3
real site    4
real site    1
real site    2
real site    3
real site    4
 
 CPU   : LOIThree-center vc-integrals: cpu time:           1.03 sec
 
============================== END   loi_int============================== 


 
 CPU   : LO integrals: cpu time:           2.67 sec
 
 
 CPU   : Total core transformation of S/Hcv: cpu time:           0.00 sec
 
DIAGONALIZATION:   0.29% done
 
K-vector     1 :     0.0000    0.0000    0.0000
Band energies at spin   1
    -4.3659461    -3.9290340    -3.9290265    -3.9278575    -2.9001623
    -2.8981672    -2.8980078    -2.5413791    -2.5413739    -2.5401309
    -2.5393222    -2.5392549    -2.5391969    -2.5391442    -2.5379361
    -2.5378537    -0.4692732    -0.3759592    -0.3653192    -0.2233767
    -0.1341086    -0.1313447    -0.1300165    -0.1257193    -0.0501512
    -0.0493763    -0.0364397    -0.0258106     0.0138357     0.0470121
     0.0496845     0.0918487     0.1522280     0.1537077     0.1840736
     0.1841025     0.1889529     0.2309809     0.2641527     0.2650069
     0.2686228     0.2714084     0.3106605     0.3190363     0.3820019
     0.3924831     0.4059307     0.4147726     0.4214618     0.4831076
     0.4857986     0.4927670     0.5305121     0.5557083     0.5558009
     0.5687898     0.5936157     0.6448660     0.6449815     0.6977667
     0.6986029     0.7886946     0.7949233     0.8653016     1.0031263
     1.1257268     1.1793423     1.2078496
DIAGONALIZATION:   9.91% done
DIAGONALIZATION:  19.83% done
DIAGONALIZATION:  29.74% done
DIAGONALIZATION:  39.65% done
DIAGONALIZATION:  49.56% done
DIAGONALIZATION:  59.48% done
DIAGONALIZATION:  69.39% done
DIAGONALIZATION:  79.30% done
DIAGONALIZATION:  89.21% done
DIAGONALIZATION:  99.13% done
DIAGONALIZATION: 100.00% done
 EFRANG: virtual crystal approximation detected: nval=  44 !=  zval=    44.40000000
 EFRANG: ebmin=  -4.3659461,  ebmax=   2.1726289
 EFRANG: e1=  -4.3659461,  e2=   2.1726289
 BANDWT: ---- Tetrahedron Integration ---- 
              Estimating Fermi energy ...
      Estimate             Window            Tolerance     N(E_f)
     ------------------------------------------------------------------
    -0.1622506    -0.1812581  -0.1158723   0.65386D-01     74.141092
    -0.1601976    -0.1603347  -0.1596808   0.65386D-03     70.635680
    -0.1601955    -0.1601973  -0.1601908   0.65386D-05     69.796945
    -0.1601955    -0.1601955  -0.1601954   0.65386D-07     69.792575
    -0.1601955    -0.1601955  -0.1601955   0.65386D-09     69.792187
 BANDWT: Density of states at E_f:   N(E_f) =   69.792187 states/Ha
 TETWTS: Fermi energy: -0.160195; 44.400000 electrons
         Band energy:   -99.02518154, including Bloechl correction:-0.003468
 BANDWT: spin:  1
 BANDWT: highest fully occupied band :    20
 BANDWT: lowest fully unoccupied band:    25
 BANDWT: WARNING: Gap information is insecure! Check DOS.
 BANDWT: total     gap :    0.00000 eV
 
 CPU   : det_bandweights: cpu time:           0.33 sec
 
 
 CPU   : Total KS-DOS: cpu time:           0.00 sec
 
------------------------------------------------------------------------
                              Population Analysis 
                           (valence electron numbers) 


       El Site                                                                                  SUM       Excess electrons
                    2s         2p         3s         4s         3p         4p         3d    
N_net  Al   1    2.00142    6.00848    1.40482    0.00098    0.55375    0.05179    0.03103    10.05227
N_gros Al   1    1.99914    5.99995    1.47769   -0.00159    1.19802   -0.07695    0.20318    10.79944   -0.20056

                    2s         2p         3s         4s         3p         4p         3d    
N_net  Al   2    2.00142    6.00848    1.40482    0.00098    0.55375    0.05179    0.03103    10.05227
N_gros Al   2    1.99914    5.99995    1.47769   -0.00159    1.19802   -0.07695    0.20318    10.79944   -0.20056

                    2s         2p         3s         4s         3p         4p         3d    
N_net  Al   3    1.99985    6.00502    1.48653    0.00048    0.80030    0.03671    0.02908    10.35797
N_gros Al   3    1.99874    5.99909    1.53530   -0.00533    1.40714   -0.10068    0.18970    11.02396    0.02396

                    2s         2p         3s         4s         3p         4p         3d    
N_net  Al   4    1.99946    6.00211    1.63106    0.00094    1.26098    0.01410    0.02920    10.93786
N_gros Al   4    1.99863    5.99931    1.64100   -0.00628    2.02553   -0.05971    0.17869    11.77717    0.37717


total net   electron number:                                                                  41.40036
total gross electron number:                                                                  44.40000    0.00000


------------------------------------------------------------------------

 CPU   : KOHNSHAM bandstructure plot: cpu time:           0.00 sec   0.00% done ETA=N/A
 CPU   : KOHNSHAM bandstructure plot: cpu time:           0.01 sec   0.83% done ETA=1.21s
 CPU   : KOHNSHAM bandstructure plot: cpu time:           0.01 sec   1.65% done ETA=0.60s
 CPU   : KOHNSHAM bandstructure plot: cpu time:           0.02 sec   2.48% done ETA=0.81s
 CPU   : KOHNSHAM bandstructure plot: cpu time:           0.03 sec   3.31% done ETA=0.91s
 CPU   : KOHNSHAM bandstructure plot: cpu time:           0.05 sec   5.79% done ETA=0.86s
 CPU   : KOHNSHAM bandstructure plot: cpu time:           0.07 sec   6.61% done ETA=1.06s
 CPU   : KOHNSHAM bandstructure plot: cpu time:           0.07 sec   7.44% done ETA=0.94s
 CPU   : KOHNSHAM bandstructure plot: cpu time:           0.10 sec   9.92% done ETA=1.01s
 CPU   : KOHNSHAM bandstructure plot: cpu time:           0.21 sec  19.83% done ETA=1.06s
 CPU   : KOHNSHAM bandstructure plot: cpu time:           0.30 sec  29.75% done ETA=1.01s
 CPU   : KOHNSHAM bandstructure plot: cpu time:           0.41 sec  39.67% done ETA=1.03s
 CPU   : KOHNSHAM bandstructure plot: cpu time:           0.51 sec  49.59% done ETA=1.03s
 CPU   : KOHNSHAM bandstructure plot: cpu time:           0.61 sec  59.50% done ETA=1.03s
 CPU   : KOHNSHAM bandstructure plot: cpu time:           0.71 sec  69.42% done ETA=1.02s
 CPU   : KOHNSHAM bandstructure plot: cpu time:           0.81 sec  79.34% done ETA=1.02s
 CPU   : KOHNSHAM bandstructure plot: cpu time:           0.91 sec  89.26% done ETA=1.02s
 CPU   : KOHNSHAM bandstructure plot: cpu time:           1.01 sec  99.17% done ETA=1.02s

Band structure/band weights calculated !

 
 CPU   : Total KOHNSHAM bandstructure plot: cpu time:           1.02 sec
 
 
 CPU   : Kohn-Sham equation: cpu time:           3.52 sec
 
 
 CPU   : Net density: cpu time:           0.02 sec
 
 
 CPU   : Occupation numbers: cpu time:           0.71 sec
 
 
 CPU   : Overlap density: cpu time:           0.54 sec
 
------------------------------------------------------------------------------
                                Density Analysis
site elem. Spin up       Spin down    Sum           Nuclear        Excess
           (electrons)   (electrons)  (electrons)   (protons)      electrons
------------------------------------------------------------------------------
  1  Al    6.41360139    6.41360139   12.82720278   13.00000000   -0.17279722
  2  Al    6.41360139    6.41360139   12.82720278   13.00000000   -0.17279722
  3  Al    6.52542735    6.52542735   13.05085470   13.00000000    0.05085470
  4  Al    6.84736946    6.84736946   13.69473892   13.40000000    0.29473892
------------------------------------------------------------------------------
sum  :    26.19999958   26.19999958   52.39999917   52.40000000   -0.00000083
------------------------------------------------------------------------------
 
------------------------------------------------------------------------
==========                      CHARGE                        ==========
------------------------------------------------------------------------
  nu. charge    el. charge    mag. moment     spin up       spin down
       52.40    52.3999992      0.0000000    26.1999996     26.1999996
 
-------------------------------------------------
|  ATOM   |  SITE  |  MAG.MOMENT  |  NU.CHARGE  |
-------------------------------------------------
|   Al    |   1    |  0.0000000   |     13.00   |
|   Al    |   2    |  0.0000000   |     13.00   |
|   Al    |   3    |  0.0000000   |     13.00   |
|   Al    |   4    |  0.0000000   |     13.40   |
-------------------------------------------------
(Scalar)Relativistic and no finite nucleus: no r=0 densities.
 
 CPU   : Density calculation: cpu time:           1.27 sec
 
 
------------------------------------------------------------------------
==========                   TOTAL ENERGY                     ==========
------------------------------------------------------------------------
Ecore:     -449.82652289
EBand:     -548.85170443
T*S:          0.00000000
            total energy         kinetic energy    potential energy    ex.-corr. energy
EE:        -985.7870967427         986.97591324      -1901.41425754        -71.34875245

------------------------------------------------------------------------

estack     :        -985.78709674
eav  ,deav :        -985.78709674            0.00000000

------------------------------------------------------------------------

 
 CPU   : fplo step: cpu time:           9.32 sec
 

------------------------------------------------------------------------
Writing =.dens ...!
 
 CPU   : fplo cycle: cpu time:           9.35 sec
 
SCF: ITMAG: ========================================================================
SCF: ITMAG: Result "Single point"
SCF: ITMAG: iteration    1 dim=   0 last deviation=    0.876E-006 best=    0.876E-006
SCF: ITMAG: Interpolation history:
SCF: ITMAG: u(   0)=    0.768E-012
SCF: ITMAG: ========================================================================
SCF: ITMAG: ========================================================================
SCF: ITMAG: Calculation converged !
SCF: ITMAG: iteration    1 dim=   0 last deviation=    0.876E-006 CONVERGED
SCF: ITMAG: Interpolation history:
SCF: ITMAG: u(   0)=    0.768E-012
SCF: ITMAG: Statistics:
SCF: ITMAG: Total calculations                        :    1
SCF: ITMAG: Single point calculations                 :    1
SCF: ITMAG: Simple mixing steps                       :    0
SCF: ITMAG: Successfull subspace interpolations       :    0
SCF: ITMAG: Successfull linear corrections            :    0
SCF: ITMAG: Gradient updates                          :    0
SCF: ITMAG: Reduction of prediction step width        :    0
SCF: ITMAG: Gradient updates after linear corr.       :    0
SCF: ITMAG: Random step due to flat subsp. interpol.  :    0
SCF: ITMAG: Random step after linear corr.            :    0
SCF: ITMAG: Random step due to failure of linear corr.:    0
SCF: ITMAG: Random step due to bad interpolation      :    0
SCF: ITMAG: Dimension reduct. due to subspace degener.:    0
SCF: ITMAG: Dimension reduct. due to lin corr. degen. :    0
SCF: ITMAG: Sum of cases                              :    1

------------------------------------------------------------------------
Writing =.dens ...!
 
 CPU   : total fplo calculation: cpu time:           9.36 sec
 
TERMINATION: Finished : SCF calculation
