1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
|
<?xml version="1.0" encoding="UTF-8" ?>
<psml version="1.1" energy_unit="hartree" length_unit="bohr"
uuid="90ed5050-7302-11e7-5555-74a3ff8d9fbb"
xmlns="http://esl.cecam.org/PSML/ns/1.1">
<provenance creator="ONCVPSP-3.3.0+psml-3.3.0-73 (scalar-relativistic)"
date="2017-07-27">
<annotation action="semilocal-pseudopotential-generation"
action-cont="projectors-generation" />
<input-file name="oncvpsp-input">
<![CDATA[# ATOM AND REFERENCE CONFIGURATION
# atsym, z, nc, nv, iexc psfile
Si 14 3 2 3 psp8
#
# n, l, f (nc+nv lines)
1 0 2.0
2 0 2.0
2 1 6.0
3 0 2.0
3 1 2.0
#
# PSEUDOPOTENTIAL AND OPTIMIZATION
# lmax
2
#
# l, rc, ep, ncon, nbas, qcut (lmax+1 lines, l's must be in order)
0 2.70 0.00 5 8 5.00
1 2.70 0.00 5 8 5.00
2 2.70 0.10 5 8 5.00
#
# LOCAL POTENTIAL
# lloc, lpopt, rc(5), dvloc0
4 5 2.7 0.0
#
# VANDERBILT-KLEINMAN-BYLANDER PROJECTORs
# l, nproj, debl (lmax+1 lines, l's in order)
0 2 1.0
1 2 0.75
2 2 0.75
#
# MODEL CORE CHARGE
# icmod, fcfact
1 0.25
#
# LOG DERIVATIVE ANALYSIS
# epsh1, epsh2, depsh
-2.0 2.0 0.02
#
# OUTPUT GRID
# rlmax, drl
5.0 0.01
#
# TEST CONFIGURATIONS
# ncnf
3
#
# nvcnf (repeated ncnf times)
# n, l, f (nvcnf lines, repeated follwing nvcnf's ncnf times)
2
3 0 1.0
3 1 2.0
#
2
3 0 2.0
3 1 1.0
#
2
3 0 1.0
3 1 1.0
]]>
</input-file>
<!-- Cause a parsing error -->
</psml>
|