Changeset 744


Ignore:
Timestamp:
06/20/12 13:56:33 (11 months ago)
Author:
micael
Message:
  • Updated manual.
  • Increased version number.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r615 r744  
    11# Process this file with autoconf to produce a configure script. 
    22 
    3 ## Copyright (C) 2004-2007 M. Oliveira, F. Nogueira 
     3## Copyright (C) 2004-2012 M. Oliveira, F. Nogueira 
    44## 
    55## This program is free software; you can redistribute it and/or modify 
     
    2121 
    2222AC_PREREQ(2.59) 
    23 AC_INIT([APE],[1.x],[ape-devel@tddft.org],[ape]) 
     23AC_INIT([APE],[2.x],[ape-users@tddft.org],[ape]) 
    2424AC_CONFIG_SRCDIR([src/global.F90]) 
    2525AC_CONFIG_AUX_DIR([build-aux]) 
  • trunk/doc/ape.texi

    r743 r744  
    1313 
    1414@copying 
    15 This manual is for APE (Atomic Pseudopotentials Engine) 1.x, a 
     15This manual is for APE (Atomic Pseudopotentials Engine) 2.x, a 
    1616density functional theory atomic program and pseudopotentials 
    1717generator. 
     
    3838@subtitle Atomic calculations 
    3939@subtitle Pseudopotentials generation 
    40 @subtitle March 2011 
     40@subtitle June 2012 
    4141@sp 4 
    4242 
     
    309309can obtain it 
    310310@uref{http://www.tddft.org/programs/octopus/wiki/index.php/Libxc, 
    311 here}. You will need version 1.1 or higher. 
     311here}. 
    312312 
    313313@end enumerate 
     
    353353export FCFLAGS="-O3 -Wall" 
    354354@end example 
    355 if you are using the GNU Fortran compiler on a linux machine. Also, if 
     355if you are using the GNU Fortran compiler on a Linux machine. Also, if 
    356356you have some of the required libraries in some unusual directories, 
    357357these directories may be placed in the variable @code{LDFLAGS} (e.g., 
    358 @code{export LDFLAGS=$LDFLAGS:/opt/lib/}). 
     358@code{export LDFLAGS="-L/opt/lib/"}). 
    359359 
    360360 
     
    386386library is installed, the program @code{gsl-config} should be 
    387387somewhere.) 
     388@item 
    388389@code{--with-libxc-prefix=DIR}: Installation directory of the @sc{libxc} 
    389390library. The libraries are expected to be in @code{DIR/lib} and the 
     
    391392@end itemize 
    392393 
    393 Run @code{make}, and then @code{make install}. If everything went fine, 
    394 you should now be able to run @code{APE}. 
     394Run @code{make}, and then @code{make check}. This last command will 
     395launch the @code{APE} testsuite. If all tests were passed, you can 
     396then install the code with @code{make install}. If everything went 
     397fine, you should now be able to run @code{APE}. 
    395398 
    396399The program has been tested in the following platforms: 
     
    409412of this document is in the @code{APE-HOME/doc} directory. 
    410413 
     414 
     415 
    411416@node Troubleshooting,  , Long instructions, Installation 
    412417@section Troubleshooting 
     
    415420wrong. 
    416421 
     422@strong{Some tests of the testsuite fail}: When running the testsuite, one 
     423or more tests fail. 
     424 
     425@itemize @bullet 
     426 
     427@item Is the test failing because of a very small numerical difference? 
     428While running a test, if a test case is failed, the code will print 
     429some extra information about the failure, namely the calculated value, 
     430the reference value, and the allowed tolerance. This should look like 
     431this: 
     432@example 
     433 
     434  Match Failed 
     435   Calculated value : -24.344302 
     436   Reference value  : -24.344198 
     437   Difference       : 0.000104 
     438   Tolerance        : 8e-5 
     439 
     440@end example 
     441If the difference is slightly larger than the tolerance, like in the 
     442previous example, and if the same happens for all the failed test 
     443cases, then it is likely that there is nothing wrong with your 
     444compilation. 
     445 
     446@end itemize 
     447 
     448 
    417449@strong{Could not find GSL library}: We assume that you have already 
    418 installed @code{GSL} but, for some reason, you were not able to compile 
    419 the code. 
     450installed @code{GSL} but, for some reason, you were not able to 
     451compile the code. 
    420452 
    421453@itemize @bullet 
     
    642674    @item @code{pp}: Pseudopotential generation. 
    643675    @item @code{pp_test}: Pseudopotential test. 
     676    @item @code{xc}: One-shot evaluation of exchange and correlation energies and potentials. 
     677    @item @code{ip}: Calculation of ionization energy. 
     678    @item @code{nt}: Numerical tests. Should only be useful to developers. 
    644679  @end itemize 
    645680 
     
    729764@vindex @code{XCFunctional} 
    730765 
    731 The possible values are: 
     766The possible values are (note that, depending on the version of 
     767@code{libxc} used, some of the following functionals might not be 
     768available): 
    732769@itemize @bullet 
    733770@item @code{none}: No exchange-correlation. 
     
    865902 
    866903The first and second columns are the main quantum number @emph{n} and 
    867 the angular momentum quantum number @emph{l}. The remaining columns are 
    868 used to specify the occupancies. One or two columns can be used to 
    869 specify the occupancies and there are four possible cases: 
     904the angular momentum quantum number @emph{l}. The meaning of the 
     905remaining columns depends if we are running a fully-relativistic 
     906spin-polarized calculation or not. In the later case, the remaining 
     907columns are used to specify the occupancies. One or two columns can be 
     908used to specify the occupancies and there are four possible cases: 
    870909 
    871910@itemize @bullet 
     
    886925 
    887926@end itemize 
     927 
     928When running a fully-relativistic spin-polarized calculation 
     929(@code{WaveEquation = dirac} and @code{SpinMode = polarized}), besides 
     930the @emph{n} and @emph{l} quantum numbers, it is also necessary to 
     931specify the @emph{m} quantum number, which will always be the third 
     932column of the block. This quantum number runs from @emph{-j} to 
     933@emph{j}, where @emph{j} can have two values: @emph{j = l - 1/2} and 
     934@emph{j = l + 1/2}. This means that, when @emph{|m| < l+1/2} there 
     935will be two orbitals with the same @emph{m} quantum number. To 
     936differentiate these two orbitals, a fourth quantum number is 
     937introduced, which can have two values: @emph{up} or @emph{down} (these 
     938are represented in @code{APE} by @emph{0.5} and @emph{-0.5}). The 
     939meaning of the columns beyond the third is thus the following: 
     940 
     941@itemize @bullet 
     942@item If @emph{|m| = 2l+1}: the fourth column is just the occupancy. 
     943 
     944@item If @emph{|m| < 2l+1}: the fourth column is the occupancy of  
     945the @emph{up} orbital and the fifth column is the occupancy of the 
     946@emph{down} orbital. If only the fourth column is set, both orbitals 
     947are equally occupied with half the specified value. 
     948 
     949@end itemize 
     950 
     951 
    888952 
    889953Note that the occupancies can be set to zero. 
     
    900964The first column sets the quantum number @emph{n}, the second the 
    901965quantum number @emph{l} and the last two the occupancies for both spin 
    902 channels. 
    903  
     966channels. In case of a fully-relativistic spin-polarized calculation, 
     967the previous example would become: 
     968@example 
     969  %Orbitals 
     970    1 | 0 | -1/2 | 1 
     971    1 | 0 |  1/2 | 1 
     972    1 | 1 | -1/2 | 1 
     973    1 | 1 |  1/2 | 0 
     974    2 | 1 | -3/2 | 0 
     975    2 | 1 | -1/2 | 0 | 0 
     976    2 | 1 |  1/2 | 0 | 0 
     977    2 | 1 |  3/2 | 0 
     978  % 
     979@end example 
    904980 
    905981To make things easier, the core configuration can be replaced by a 
     
    913989  % 
    914990@end example 
    915  
    916991 
    917992 
     
    13621437                 APE - Atomic Pseudopotentials Engine 
    13631438 
    1364               Program started on 2010/10/28 at 15:03:37 
     1439              Program started on 2012/06/20 at 12:01:41 
    13651440 
    13661441Compilation Info 
    1367   Version: 1.x 
     1442  Version: 2.x 
    13681443  Revision: 
    1369   Build time: Tue Oct 26 14:25:55 WEST 2010 
     1444  Build time: Wed Jun 20 12:00:49 WEST 2012 
    13701445  C compiler: gcc 
    13711446  C compiler flags: -g -O2 -I/usr/include 
    13721447  Fortran compiler: gfortran 
    1373   Fortran compiler flags: -g -O2 
     1448  Fortran compiler flags: -Wall -fbounds-check 
    13741449 
    13751450Calculation Type: 
     
    13801455  Output units system: Atomic Units 
    13811456 
    1382 Initializing Wave-Equations Integrator 
    1383   Stepping function: Embedded 8th order Runge-Kutta Prince-Dormand 
    1384                      method with 9th order error estimate 
    1385   ODE Integrator tolerance:  1.000E-06 
    1386   ODE Integrator maximum number of steps:  50000 
    1387   ODE Integrator minimum step size:  1.000E-15 
    1388  
    13891457Eigensolver Info 
    13901458  Method:    Brent's method 
    1391   Tolerance:  1.000E-05 
     1459  Tolerance:  1.000E-08 
    13921460 
    13931461 
    13941462                    -- All Electron Calculation -- 
    13951463 
     1464Initializing ODE Integrator 
     1465  ODE Stepping function: Embedded 8th order Runge-Kutta Prince-Dormand 
     1466                         method with 9th order error estimate 
     1467  ODE Integrator tolerance:  1.000E-12 
     1468  ODE Integrator maximum number of steps: 500000 
     1469 
    13961470General Information about the atom: 
    1397   Non relativistic spin-unpolarized calculations for Li 
    1398   Nuclear charge   :   3.00 
    1399   Total charge     :   0.00 
     1471  Symbol: Li 
     1472  Theory Level: DFT 
     1473  Wave-equation: Schrodinger 
     1474  Spin mode: unpolarized 
     1475  Nuclear charge:   3.00 
     1476  Total charge:     0.00 
    14001477  Configuration    : State   Occupation 
    14011478                       1s       2.00 
     
    14121489  Mesh outmost point:     51.962 b 
    14131490  Mesh parameters (a, b):  7.49453E-02,  1.60699E-05 
     1491  Mesh number of points:    200 
     1492  Derivatives Method: Cubic slines 
    14141493 
    14151494Starting SCF process 
    14161495  Convergence tolerance: ConvAbsDens ConvRelDens 
    1417                           1.000E-05   0.000E+00 
    1418                          ConvAbsEvsum ConvRelEvsum 
     1496                          0.000E+00   1.000E-08 
     1497                         ConvAbsEnergy ConvRelEnergy 
    14191498                          0.000E+00   0.000E+00 
    1420   Maximum number of iterations:    100 
     1499  Smearing: fixed occupancies 
     1500  Maximum number of iterations:    300 
    14211501  Mixing scheme: Modified Broyden's Method 
    1422  
    1423 Performing SCF Run 
     1502  Mixing: 0.300 
     1503 
     1504Performing SCF Cycle 
    14241505 
    14251506  Final results for SCF procedure: 
    1426     Eigenvalues [H] 
    1427      State   Occupation   Eigenvalue 
    1428        1s       2.00        -1.87822 
    1429        2s       1.00        -0.10559 
    1430        2p       0.00        -0.04139 
    1431  
    1432               Program finished on 2010/10/28 at 15:03:38 
     1507 
     1508              Program finished on 2012/06/20 at 12:01:42 
    14331509 
    14341510@end example 
     
    14391515@example 
    14401516 
    1441 drwxrwxr-x    2 user   group       4096 2010-10-28 15:03 ae 
    1442 -rw-rw-r--    1 user   group        198 2010-10-28 15:03 inp.ape 
    1443 -rw-rw-r--    1 user   group       1135 2010-10-28 15:03 parser.log 
     1517drwxrwxr-x    2 user   group       4096 2012-06-20 12:01 ae 
     1518-rw-rw-r--    1 user   group        198 2012-06-20 12:01 inp.ape 
     1519-rw-rw-r--    1 user   group       1022 2012-06-20 12:01 parser.log 
    14441520 
    14451521@end example 
     
    14491525@example 
    14501526 
    1451 -rw-r--r-- 1 user group 24714 2010-10-28 15:03 data 
    1452 -rw-r--r-- 1 user group 14665 2010-10-28 15:03 density 
    1453 -rw-r--r-- 1 user group  1453 2010-10-28 15:03 info 
    1454 -rw-r--r-- 1 user group  7396 2010-10-28 15:03 tau 
    1455 -rw-r--r-- 1 user group  7567 2010-10-28 15:03 v_c 
    1456 -rw-r--r-- 1 user group  7361 2010-10-28 15:03 v_ext 
    1457 -rw-r--r-- 1 user group  7361 2010-10-28 15:03 v_hxc 
    1458 -rw-r--r-- 1 user group  7567 2010-10-28 15:03 v_x 
    1459 -rw-r--r-- 1 user group  7361 2010-10-28 15:03 v_xctau 
    1460 -rw-r--r-- 1 user group 10937 2010-10-28 15:03 wf-1s 
    1461 -rw-r--r-- 1 user group 10937 2010-10-28 15:03 wf-2p 
    1462 -rw-r--r-- 1 user group 10965 2010-10-28 15:03 wf-2s 
     1527-rw-r--r-- 1 user group 24885 2012-06-20 12:01 data 
     1528-rw-r--r-- 1 user group 14665 2012-06-20 12:01 density 
     1529-rw-r--r-- 1 user group  1549 2012-06-20 12:01 info 
     1530-rw-r--r-- 1 user group  7396 2012-06-20 12:01 tau 
     1531-rw-r--r-- 1 user group  7567 2012-06-20 12:01 v_c 
     1532-rw-r--r-- 1 user group  7361 2012-06-20 12:01 v_ext 
     1533-rw-r--r-- 1 user group  7361 2012-06-20 12:01 v_hxc 
     1534-rw-r--r-- 1 user group  7567 2012-06-20 12:01 v_x 
     1535-rw-r--r-- 1 user group 10938 2012-06-20 12:01 wf-1s 
     1536-rw-r--r-- 1 user group 10938 2012-06-20 12:01 wf-2p 
     1537-rw-r--r-- 1 user group 10966 2012-06-20 12:01 wf-2s 
    14631538 
    14641539@end example 
     
    14941569@example 
    14951570 
    1496                 APE - Atomic Pseudopotentials Engine 
    1497  
    1498               Program started on 2010/10/28 at 15:09:36 
     1571                 APE - Atomic Pseudopotentials Engine 
     1572 
     1573              Program started on 2012/06/20 at 12:06:13 
    14991574 
    15001575Compilation Info 
    1501   Version: 1.x 
     1576  Version: 2.x 
    15021577  Revision: 
    1503   Build time: Tue Oct 26 14:25:55 WEST 2010 
     1578  Build time: Wed Jun 20 12:00:49 WEST 2012 
    15041579  C compiler: gcc 
    15051580  C compiler flags: -g -O2 -I/usr/include 
    15061581  Fortran compiler: gfortran 
    1507   Fortran compiler flags: -g -O2 
     1582  Fortran compiler flags: -Wall -fbounds-check 
    15081583 
    15091584Calculation Type: 
     
    15141589  Output units system: Atomic Units 
    15151590 
    1516 Initializing Wave-Equations Integrator 
    1517   Stepping function: Embedded 8th order Runge-Kutta Prince-Dormand 
    1518                      method with 9th order error estimate 
    1519   ODE Integrator tolerance:  1.000E-06 
    1520   ODE Integrator maximum number of steps:  50000 
    1521   ODE Integrator minimum step size:  1.000E-15 
    1522  
    15231591Eigensolver Info 
    15241592  Method:    Brent's method 
    1525   Tolerance:  1.000E-05 
     1593  Tolerance:  1.000E-08 
     1594 
     1595Initializing ODE Integrator 
     1596  ODE Stepping function: Embedded 8th order Runge-Kutta Prince-Dormand 
     1597                         method with 9th order error estimate 
     1598  ODE Integrator tolerance:  1.000E-12 
     1599  ODE Integrator maximum number of steps: 500000 
    15261600 
    15271601 
     
    15361610Pseudopotential Generation: 
    15371611  State: 2s 
    1538     Scheme : Hamann 
     1612    Scheme: Hamann 
    15391613    Core radius:   1.807     Matching Radius:   5.486 
    1540     cl  =     0.1270544769 
     1614    cl  =     0.1270413205 
    15411615  State: 2p 
    1542     Scheme : Hamann 
     1616    Scheme: Hamann 
    15431617    Core radius:   1.509     Matching Radius:   4.381 
    1544     cl  =    -0.9176034976 
     1618    cl  =    -0.9176124519 
    15451619 
    15461620Pseudopotentials Self-Consistency: 
    15471621  State  Eigenvalue [H ]    Norm Test   Slope Test 
    1548     2s        -0.10559      1.0000049   1.0000034 
    1549     2p        -0.04139      0.9998834   0.9998174 
     1622    2s        -0.10560      1.0000049   0.9999925 
     1623    2p        -0.04140      0.9998835   0.9998173 
    15501624 
    15511625Kleinman & Bylander Atom 
    15521626  Local potential is a Vanderbilt function 
    15531627       z     rcmax      v0          v1          v2          v3 
    1554       1.00    1.81   -1.383908   -0.459303    0.070320   -0.004785 
     1628      1.00    5.09   -0.491383   -0.057906    0.001118   -0.000010 
    15551629  Non-local components: 
    15561630    State   KB Energy [H ]   KB Cosine 
    1557       2s        0.6711         0.2515 
    1558       2p       -0.3222        -0.1832 
     1631      2s        1.0840         0.0761 
     1632      2p       -0.4609        -0.2732 
    15591633 
    15601634  Ghost state analysis: 
    15611635    State: 2s 
    15621636      KB energy > 0; E0 < Eref < E1  =>  No ghost states 
    1563       Local potential eigenvalues:   -0.2464 (E0)    -0.0213 (E1) 
     1637      Local potential eigenvalues:   -0.1215 (E0)    -0.0050 (E1) 
    15641638      Reference energy:              -0.1056 (Eref) 
    15651639    State: 2p 
    15661640      KB energy < 0; Eref < E0       =>  No ghost states 
    1567       Local potential eigenvalues:   -0.0340 (E0)     0.0000 (E1) 
     1641      Local potential eigenvalues:   -0.0248 (E0)     0.0000 (E1) 
    15681642      Reference energy:              -0.0414 (Eref) 
    15691643 
    15701644  Localization radii [b]: 
    1571     Local:  1.42 
    1572     l = 0:  3.25 
    1573     l = 1:  2.79 
    1574  
    1575               Program finished on 2010/10/28 at 15:09:37 
     1645    Local:  3.77 
     1646    l = 0:  4.06 
     1647    l = 1:  3.77 
     1648 
     1649              Program finished on 2012/06/20 at 12:06:14 
    15761650 
    15771651@end example 
     
    15841658@example 
    15851659 
    1586 -rw-r--r-- 1 user group 26281 2010-10-28 15:09 data 
    1587 -rw-r--r-- 1 user group 14665 2010-10-28 15:09 density 
    1588 -rw-r--r-- 1 user group   690 2010-10-28 15:09 info 
    1589 -rw-r--r-- 1 user group  7361 2010-10-28 15:09 pp-p 
    1590 -rw-r--r-- 1 user group  7361 2010-10-28 15:09 pp-s 
    1591 -rw-r--r-- 1 user group  7396 2010-10-28 15:09 tau 
    1592 -rw-r--r-- 1 user group  7567 2010-10-28 15:09 v_c 
    1593 -rw-r--r-- 1 user group  7361 2010-10-28 15:09 v_hxc 
    1594 -rw-r--r-- 1 user group  7567 2010-10-28 15:09 v_x 
    1595 -rw-r--r-- 1 user group  7361 2010-10-28 15:09 v_xctau 
    1596 -rw-r--r-- 1 user group 10937 2010-10-28 15:09 wf-2p 
    1597 -rw-r--r-- 1 user group 10937 2010-10-28 15:09 wf-2s 
     1660-rw-r--r-- 1 user group 26463 2012-06-20 12:06 data 
     1661-rw-r--r-- 1 user group 14665 2012-06-20 12:06 density 
     1662-rw-r--r-- 1 user group   696 2012-06-20 12:06 info 
     1663-rw-r--r-- 1 user group  7361 2012-06-20 12:06 pp-p 
     1664-rw-r--r-- 1 user group  7361 2012-06-20 12:06 pp-s 
     1665-rw-r--r-- 1 user group  7396 2012-06-20 12:06 tau 
     1666-rw-r--r-- 1 user group  7567 2012-06-20 12:06 v_c 
     1667-rw-r--r-- 1 user group  7361 2012-06-20 12:06 v_hxc 
     1668-rw-r--r-- 1 user group  7567 2012-06-20 12:06 v_x 
     1669-rw-r--r-- 1 user group 10938 2012-06-20 12:06 wf-2p 
     1670-rw-r--r-- 1 user group 10938 2012-06-20 12:06 wf-2s 
    15981671 
    15991672@end example 
     
    16141687@example 
    16151688 
    1616 -rw-r--r-- 1 user group  819 2010-10-28 15:09 info 
    1617 -rw-r--r-- 1 user group 7361 2010-10-28 15:09 kb-local 
    1618 -rw-r--r-- 1 user group 7364 2010-10-28 15:09 kb-p 
    1619 -rw-r--r-- 1 user group 7364 2010-10-28 15:09 kb-s 
    1620 -rw-r--r-- 1 user group 7567 2010-10-28 15:09 v_c 
    1621 -rw-r--r-- 1 user group 7567 2010-10-28 15:09 v_x 
     1689-rw-r--r-- 1 user group  819 2012-06-20 12:06 info 
     1690-rw-r--r-- 1 user group 7361 2012-06-20 12:06 kb-local 
     1691-rw-r--r-- 1 user group 7364 2012-06-20 12:06 kb-p 
     1692-rw-r--r-- 1 user group 7364 2012-06-20 12:06 kb-s 
    16221693 
    16231694@end example 
     
    16261697projectors and it should be self-explanatory. The file @code{kb-local} 
    16271698contains the local component used to generated the Kleinman-Bylander 
    1628 projectors, while the other @code{kb} files contain the projectors. The 
    1629 remaning files do not contain for the moment any relevant information. 
     1699projectors, while the other @code{kb} files contain the projectors. 
     1700 
     1701 
     1702After generating the pseudopotentials, one should test them. One 
     1703simple test is to compare the logarithmic derivative of the 
     1704wavefunctions as a function of the orbital energy at a given 
     1705diagnostic radius. The following input file will to precisely that: 
     1706@example 
     1707 
     1708  Title = "Lithium" 
     1709  CalculationMode = pp_test 
     1710  Verbose = 30 
     1711 
     1712  PPTests = ld 
     1713 
     1714@end example 
     1715 
     1716In this case the output should look like this: 
     1717@example 
     1718 
     1719                 APE - Atomic Pseudopotentials Engine 
     1720 
     1721              Program started on 2012/06/20 at 13:55:25 
     1722 
     1723Compilation Info 
     1724  Version: 2.x 
     1725  Revision: 
     1726  Build time: Wed Jun 20 12:00:49 WEST 2012 
     1727  C compiler: gcc 
     1728  C compiler flags: -g -O2 -I/usr/include 
     1729  Fortran compiler: gfortran 
     1730  Fortran compiler flags: -Wall -fbounds-check 
     1731 
     1732Calculation Type: 
     1733  PseudoPotential Test 
     1734 
     1735Setting units 
     1736  Input units system:  Atomic Units 
     1737  Output units system: Atomic Units 
     1738 
     1739Eigensolver Info 
     1740  Method:    Brent's method 
     1741  Tolerance:  1.000E-08 
     1742 
     1743Initializing ODE Integrator 
     1744  ODE Stepping function: Embedded 8th order Runge-Kutta Prince-Dormand 
     1745                         method with 9th order error estimate 
     1746  ODE Integrator tolerance:  1.000E-12 
     1747  ODE Integrator maximum number of steps: 500000 
     1748 
     1749 
     1750                    -- Pseudopotential Testing -- 
     1751 
     1752Initializing ODE Integrator 
     1753  ODE Stepping function: Embedded 8th order Runge-Kutta Prince-Dormand 
     1754                         method with 9th order error estimate 
     1755  ODE Integrator tolerance:  1.000E-12 
     1756  ODE Integrator maximum number of steps: 500000 
     1757 
     1758Logarithmic Derivatives: 
     1759  Diagnostic radius:  2.320 b 
     1760  Energy step:    Adaptive 
     1761  Computing logarithmic derivative for states: s 
     1762    Minimum energy: -1.106 H 
     1763    Maximum energy:  0.894 H 
     1764  Computing logarithmic derivative for states: p 
     1765    Minimum energy: -1.041 H 
     1766    Maximum energy:  0.959 H 
     1767 
     1768              Program finished on 2012/06/20 at 13:55:25 
     1769 
     1770@end example 
     1771 
     1772Notice that the choice of energy range and diagnostic radius was done 
     1773automatically (check the description of the corresponding variable for 
     1774more information about how this is done). At the end of the run there 
     1775should be a new directory named @code{tests}. This directory should 
     1776contain the following files: 
     1777@example 
     1778 
     1779-rw-r--r-- 1 user group  297 2012-06-20 13:55 info 
     1780-rw-r--r-- 1 user group 3916 2012-06-20 13:55 ld-p 
     1781-rw-r--r-- 1 user group 3700 2012-06-20 13:55 ld-s 
     1782 
     1783@end example 
     1784 
     1785The file @code{info} contains some information about the tests and it 
     1786should be self-explanatory. The files @code{ld-} contain the 
     1787all-electron and pseudo wavefunction logarithmic derivatives 
     1788as a function of the orbital energy. 
     1789 
    16301790 
    16311791 
Note: See TracChangeset for help on using the changeset viewer.